From: mar Date: Mon, 30 Jan 1989 15:55:53 +0000 (+0000) Subject: added sms_untar X-Git-Tag: KPATCH4~17 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/47323920d7f34c8f2a3ab9408f0ba1da98b26434 added sms_untar --- diff --git a/update/Makefile b/update/Makefile index 40d103d2..d593a769 100644 --- a/update/Makefile +++ b/update/Makefile @@ -31,7 +31,7 @@ CSRCS= client.c ticket.c send_file.c checksum.c hostname.c LIBS= -L../lib -lsms -lgdb -lkrb -ldes -lcom_err -all: sms_update.o update_server +all: sms_update.o update_server sms_untar update_server: ${SOBJS} cc ${CFLAGS} -o update_server ${SOBJS} ${LIBS} @@ -39,14 +39,19 @@ update_server: ${SOBJS} sms_update.o: ${COBJS} ld -r -o sms_update.o ${COBJS} +sms_untar: sms_untar.c + cc -o sms_untar sms_untar.c + clean: -rm -f ${COBJS} ${SOBJS} -rm -f update_server sms_update.o + -rm -f sms_untar -rm -f core a.out *~ \#* install: update_server install -s update_server ${DESTDIR}/usr/etc/update_server + install -s sms_untar ${DESTDIR}/etc/sms_untar lint: lint ${LINTFLAGS} ${SSRCS}