]> andersk Git - moira.git/commitdiff
moved sms_untar to ../update
authormar <mar>
Mon, 30 Jan 1989 15:51:17 +0000 (15:51 +0000)
committermar <mar>
Mon, 30 Jan 1989 15:51:17 +0000 (15:51 +0000)
gen/Makefile

index aa8f5b2a780a405620d6e2075d2776d64608db78..bb04809b60e4611d3ac682604c5228a716e76dfc 100644 (file)
@@ -9,7 +9,7 @@ CFLAGS= -I../include -O
        rm -f $*.c
        /usr/rtingres/bin/eqc -p $*
 
-all: passwd.gen aliases.gen hesiod.gen nfs.gen sms_untar
+all: passwd.gen aliases.gen hesiod.gen nfs.gen
 
 passwd.gen: passwd.o util.o
        cc -o passwd.gen passwd.o util.o ${LIBS}
@@ -31,20 +31,15 @@ nfs.gen: nfs.o util.o
 
 nfs.o: nfs.c
 
-sms_untar: sms_untar.c
-       cc -o sms_untar sms_untar.c
-
 clean:
        rm -f *.o 
        rm -f passwd.c passwd.gen
        rm -f aliases.c aliases.gen
        rm -f hesiod.c hesiod.gen
        rm -f nfs.c nfs.gen
-       rm -f sms_untar
 
 install: all
        install passwd.gen ../bin
        install aliases.gen ../bin
        install hesiod.gen ../bin
        install nfs.gen ../bin
-       install sms_untar ../bin
This page took 0.035544 seconds and 5 git commands to generate.