X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/abe0e1b94fc9899900c9f7ee6507c8a423fc6d47..69d5005e71a8c1a99ef5e1523e12e6a3dc0c66cf:/gen/Makefile diff --git a/gen/Makefile b/gen/Makefile index bb04809b..aa8f5b2a 100644 --- a/gen/Makefile +++ b/gen/Makefile @@ -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