From d25e13abef594e534da1759455ebd0e777213520 Mon Sep 17 00:00:00 2001 From: mar Date: Wed, 28 Jun 1989 13:54:41 +0000 Subject: [PATCH] added mailhub program --- gen/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gen/Makefile b/gen/Makefile index 1638feb5..19e9bc2c 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 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 -- 2.45.1