]> andersk Git - moira.git/commitdiff
punted sms_untar
authormar <mar>
Wed, 2 May 1990 13:20:25 +0000 (13:20 +0000)
committermar <mar>
Wed, 2 May 1990 13:20:25 +0000 (13:20 +0000)
update/Makefile

index 6ca7523677ed57c6d480382261881994f2397ca9..477376fc07e088b96669a9f84760771b8514be03 100644 (file)
@@ -31,7 +31,7 @@ CSRCS=        client.c ticket.c send_file.c checksum.c hostname.c
 
 LIBS=  -L../lib -lmoira -lgdb -lkrb -ldes -lcom_err
 
-all:   moira_update.o update_server sms_untar
+all:   moira_update.o update_server
 
 update_server: ${SOBJS}
        cc ${CFLAGS} -o update_server ${SOBJS} ${LIBS}
@@ -39,19 +39,14 @@ update_server: ${SOBJS}
 moira_update.o: ${COBJS}
        ld -r -o moira_update.o ${COBJS}
 
-sms_untar: sms_untar.c
-       cc -o sms_untar ${INCS} sms_untar.c
-
 
 clean: 
        -rm -f ${COBJS} ${SOBJS}
        -rm -f update_server moira_update.o
-       -rm -f sms_untar
        -rm -f core a.out *~ \#*
 
 install: update_server
        install -c -s update_server ${DESTDIR}/usr/etc/update_server
-       install -c -s sms_untar ${DESTDIR}/etc/sms_untar
 
 lint:
        lint ${LINTFLAGS} ${SSRCS}
This page took 0.279668 seconds and 5 git commands to generate.