diff options
Diffstat (limited to 'usr.sbin/rpc.ypupdated')
-rw-r--r-- | usr.sbin/rpc.ypupdated/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.ypupdated/Makefile b/usr.sbin/rpc.ypupdated/Makefile index 31d6aac..a278ff7 100644 --- a/usr.sbin/rpc.ypupdated/Makefile +++ b/usr.sbin/rpc.ypupdated/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1996/06/03 04:48:32 wpaul Exp $ +# $Id: Makefile,v 1.1.1.1 1997/05/28 15:47:10 wpaul Exp $ PROG= rpc.ypupdated SRCS= ypupdate_prot_svc.c ypupdated_main.c \ @@ -9,7 +9,7 @@ SRCS= ypupdate_prot_svc.c ypupdated_main.c \ RPCDIR= ${DESTDIR}/usr/include/rpcsvc -MAN8= yes +NOMAN= yes CFLAGS+= -I${.CURDIR}/../ypserv -I. CFLAGS+= -I${.CURDIR}/../../libexec/ypxfr |