From 7a43a96ab0f7805f65711627ed9b8fae71ef2787 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 21 Mar 2002 09:15:39 +0000 Subject: Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217 with the NO_IPFILTER make.conf(5) knob. (So that we can "make the-rest-of-the-world" again.) --- include/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Makefile') diff --git a/include/Makefile b/include/Makefile index 3df3f2a82bc5..40bb82f79b15 100644 --- a/include/Makefile +++ b/include/Makefile @@ -113,11 +113,13 @@ copies: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \ ${DESTDIR}/usr/include/$i .endfor +.if !defined(NO_IPFILTER) .if exists(${.CURDIR}/../sys/contrib/ipfilter/netinet) cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ ${DESTDIR}/usr/include/netinet .endif +.endif .if exists(${.CURDIR}/../sys/contrib/netsmb/include/netsmb) cd ${.CURDIR}/../sys/contrib/netsmb/include/netsmb; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${NETSMBHDRS} \ -- cgit v1.3