diff options
Diffstat (limited to 'usr.sbin/rpc.bootparamd')
-rw-r--r-- | usr.sbin/rpc.bootparamd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/rpc.bootparamd/Makefile b/usr.sbin/rpc.bootparamd/Makefile index 9a275277b92..d984ea4109e 100644 --- a/usr.sbin/rpc.bootparamd/Makefile +++ b/usr.sbin/rpc.bootparamd/Makefile @@ -1,6 +1,10 @@ -# $Id: Makefile,v 1.1 1995/10/18 08:48:05 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/09/04 22:52:09 deraadt Exp $ +.include <bsd.own.mk> + +.if defined(YP) CFLAGS+=-DYP +.endif PROG= rpc.bootparamd SRCS= bootparamd.c bootparam_prot_svc.c |