diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-17 18:54:44 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-17 18:54:44 +0000 |
| commit | e1fe3dba5ce2826061f6489765be9b4a341736a9 (patch) | |
| tree | 801e953598fc63a37f62cf997017301675552fe9 /share/examples | |
| parent | 23801379f0e7cdddcb057ea05fe79b340a01dbf5 (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile index 82d940a158fa..abeffcfe0869 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -2,6 +2,8 @@ # # Doing a make install builds /usr/share/examples +.include <bsd.own.mk> + LDIRS= BSD_daemon \ FreeBSD_version \ IPv6 \ @@ -283,10 +285,10 @@ etc-examples: .if ${SHARED} != "symlinks" SUBDIR= smbfs -.if !defined(NO_IPFILTER) +.if ${MK_IPFILTER} != "no" SUBDIR+=ipfilter .endif -.if !defined(NO_PF) +.if ${MK_PF} != "no" SUBDIR+=pf .endif .endif |
