]> andersk Git - moira.git/blobdiff - update/Makefile
add back in Kerberos changes:
[moira.git] / update / Makefile
index 40d103d2954c811a722e786a98212b9df8e06ecb..d593a769986a9faae02ae7213297197c9a58df94 100644 (file)
@@ -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}
This page took 0.036246 seconds and 4 git commands to generate.