From df2878172a5c2b86f8e2ebf978cb871855334c1a Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Thu, 3 Oct 1996 19:31:28 +0000 Subject: Allow build with YP aka NIS support --- usr.bin/chpass/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/chpass') diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index c2d4bed1da3..fc73925383a 100644 --- a/usr.bin/chpass/Makefile +++ b/usr.bin/chpass/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1996/09/04 22:52:06 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1996/10/03 19:31:25 tholo Exp $ # $NetBSD: Makefile,v 1.6 1996/05/15 21:50:39 jtc Exp $ .include @@ -11,7 +11,7 @@ BINMODE=4555 LINKS= ${BINDIR}/chpass ${BINDIR}/chfn ${BINDIR}/chpass ${BINDIR}/chsh MLINKS= chpass.1 chfn.1 chpass.1 chsh.1 .if defined(YP) -CFLAGS+=-DYP +CFLAGS+=-DYP -I${.CURDIR}/../../lib/libc/yp .endif DPADD+= ${LIBRPCSVC} ${LIBUTIL} LDADD+= -lrpcsvc -lutil -- cgit v1.2.3