aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.own.mk
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2008-06-16 05:48:15 +0000
committerDoug Barton <dougb@FreeBSD.org>2008-06-16 05:48:15 +0000
commit6973701a00e3228aeb354768f596e5c35663bdb2 (patch)
tree99c6827a2e7144624bf91733ea77fd80d6aaffb5 /share/mk/bsd.own.mk
parent076a71a21e4f85ed1a0efd9fb72f6a104dede512 (diff)
downloadsrc-6973701a00e3228aeb354768f596e5c35663bdb2.tar.gz
src-6973701a00e3228aeb354768f596e5c35663bdb2.zip
1. Make the BSD version of cpio the default [1]
a. The BSD version will be built and installed unless WITHOUT_BSD_CPIO is defined. b. The GNU version will not be built or installed unless WITH_GNU_CPIO is defined. If this is defined, the symlink in /usr/bin will be to the GNU version whether the BSD version is present or not. When these changes are MFCed the defaults should be flipped. 2. Add a knob to disable the building of GNU grep. This will make it easier for those that want to test the BSD version in the ports. Approved by: kientzle [1]
Notes
Notes: svn path=/head/; revision=179813
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r--share/mk/bsd.own.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 04d59e5a2829..e358e31239ea 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -287,6 +287,7 @@ WITH_IDEA=
ATM \
AUDIT \
AUTHPF \
+ BSD_CPIO \
BIND \
BIND_DNSSEC \
BIND_ETC \
@@ -312,6 +313,7 @@ WITH_IDEA=
GCOV \
GDB \
GNU \
+ GNU_GREP \
GPIB \
GROFF \
HTML \
@@ -374,6 +376,7 @@ MK_${var}:= yes
#
.for var in \
BIND_LIBS \
+ GNU_CPIO \
HESIOD \
IDEA
.if defined(WITH_${var}) && defined(WITHOUT_${var})