aboutsummaryrefslogtreecommitdiff
path: root/share/examples
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-03-21 09:15:39 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-03-21 09:15:39 +0000
commit7a43a96ab0f7805f65711627ed9b8fae71ef2787 (patch)
tree2a46595d7dbcf62515f44f58ae1d572ede6a2581 /share/examples
parent6a1bd01754a8b0836ba4aaa0c246ec1fa8bee31f (diff)
downloadsrc-7a43a96ab0f7805f65711627ed9b8fae71ef2787.tar.gz
src-7a43a96ab0f7805f65711627ed9b8fae71ef2787.zip
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.)
Notes
Notes: svn path=/head/; revision=92868
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/Makefile5
-rw-r--r--share/examples/etc/make.conf1
2 files changed, 5 insertions, 1 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index 35f35464782d..d2cd800dd59a 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -41,7 +41,10 @@ etc-examples:
.endif
.if ${SHARED} != "symlinks"
-SUBDIR= ipfilter smbfs
+SUBDIR= smbfs
+.if !defined(NO_IPFILTER)
+SUBDIR+=ipfilter
+.endif
.endif
.include <bsd.subdir.mk>
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 076cd590b27e..7516e80fbd7e 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -95,6 +95,7 @@
#NO_FORTRAN= true # do not build g77 and related libraries
#NO_GDB= true # do not build GDB
#NO_I4B= true # do not build isdn4bsd package
+#NO_IPFILTER= true # do not build IP Filter package
#NO_LPR= true # do not build lpr and related programs
#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector
#NO_MODULES= true # do not build modules with the kernel