From deb49f06031b8aa556d1813cdfce4642096c3580 Mon Sep 17 00:00:00 2001 From: darrenr Date: Sat, 20 Oct 2001 04:18:13 +0000 Subject: Add the ipfilter subdirectory PR: 26763 --- share/examples/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'share/examples/Makefile') diff --git a/share/examples/Makefile b/share/examples/Makefile index 3591fc6..1f1b7e4 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -2,7 +2,11 @@ # # Doing a make install builds /usr/share/examples -DIRS!= for i in *; do if test -d $$i -a $$i != CVS; then echo $$i; fi; done +DIRS!= for i in *; do \ + if test -d $$i -a $$i != CVS -a $$i != ipfilter; then \ + echo $$i; \ + fi; \ + done DDIR= ${DESTDIR}/usr/share/examples @@ -35,4 +39,8 @@ etc-examples: (cd ${.CURDIR}/../../etc; ${MAKE} etc-examples) .endif -.include +.if ${SHARED} != "symlinks" +SUBDIR= ipfilter +.endif + +.include -- cgit v1.1