Obey USE_YP.
This commit is contained in:
parent
a74d497074
commit
2b0761b3c8
@ -1,12 +1,16 @@
|
||||
# $NetBSD: Makefile.inc,v 1.5 2001/03/21 17:37:11 itojun Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.6 2002/04/10 22:05:47 thorpej Exp $
|
||||
|
||||
WARNS?= 0
|
||||
|
||||
CPPFLAGS+= -DNEWDB -DNIS
|
||||
CPPFLAGS+= -DNEWDB
|
||||
CPPFLAGS+= -DMAP_REGEX -DTCPWRAPPERS -DNETISO
|
||||
CPPFLAGS+= -DNEEDSGETIPNODE -DNETINET6
|
||||
CPPFLAGS+= -I. -I${DIST}/sendmail/sendmail -I${DIST}/sendmail/include
|
||||
|
||||
.if (${USE_YP} != "no")
|
||||
CPPFLAGS+= -DNIS
|
||||
.endif
|
||||
|
||||
.if ${MKCRYPTO} != "no"
|
||||
CPPFLAGS+= -DSTARTTLS -D_FFR_TLS_TOREK
|
||||
LDADD+= -lssl -lcrypto
|
||||
|
Loading…
Reference in New Issue
Block a user