]> andersk Git - moira.git/blobdiff - gen/Makefile
added sms_untar
[moira.git] / 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.031166 seconds and 4 git commands to generate.