From 2a61444749b956b25aacbbc2e3a07e4d83d59bc0 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 27 Sep 2004 08:23:43 +0000 Subject: 1. Add much finer granularity to the NO_BIND knobs with the addition of: NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS. 2. Make creation of directories in /usr/include that are only needed in the WITH_BIND_LIBS case conditional. Reviewed by: ru, des --- include/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/Makefile b/include/Makefile index f12dcb1a7994..e2f2d60acbf9 100644 --- a/include/Makefile +++ b/include/Makefile @@ -98,6 +98,11 @@ compat: mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \ -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ -p ${DESTDIR}${INCLUDEDIR} +.if defined(WITH_BIND_LIBS) && !defined(NO_BIND) + mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \ + -f ${.CURDIR}/../etc/mtree/BIND.include.dist \ + -p ${DESTDIR}${INCLUDEDIR} +.endif copies: .for i in ${LDIRS} ${LSUBDIRS} crypto machine machine/pc -- cgit v1.3