]> andersk Git - moira.git/commitdiff
added mailhub program
authormar <mar>
Wed, 28 Jun 1989 13:54:41 +0000 (13:54 +0000)
committermar <mar>
Wed, 28 Jun 1989 13:54:41 +0000 (13:54 +0000)
gen/Makefile

index 1638feb52976970bf38379edea2f997fbbb1c030..19e9bc2cd2470b1def59b1fe727cdf9674a77490 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 mailhub.gen
 
 passwd.gen: passwd.o util.o
        cc -o passwd.gen passwd.o util.o ${LIBS}
@@ -31,12 +31,18 @@ nfs.gen: nfs.o util.o
 
 nfs.o: nfs.c
 
+mailhub.gen: mailhub.o util.o
+       cc -o mailhub.gen mailhub.o util.o ${LIBS}
+
+mailhub.o: mailhub.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 mailhub.c mailhub.gen
 
 install: all
        install -c passwd.gen ../bin
This page took 0.037141 seconds and 5 git commands to generate.