]> andersk Git - moira.git/commitdiff
added sms_untar
authormar <mar>
Thu, 29 Dec 1988 19:08:58 +0000 (19:08 +0000)
committermar <mar>
Thu, 29 Dec 1988 19:08:58 +0000 (19:08 +0000)
gen/Makefile

index bb04809b60e4611d3ac682604c5228a716e76dfc..aa8f5b2a780a405620d6e2075d2776d64608db78 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
+all: passwd.gen aliases.gen hesiod.gen nfs.gen sms_untar
 
 passwd.gen: passwd.o util.o
        cc -o passwd.gen passwd.o util.o ${LIBS}
@@ -31,15 +31,20 @@ 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.385657 seconds and 5 git commands to generate.