aboutsummaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2011-05-10 10:48:43 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2011-05-10 10:48:43 +0000
commit4b89ae574cc5a147984ec1172d1af7fbcbfefeaa (patch)
tree8160accc93c0fbf3c4ccba7dabc11f81674bce9b /share/mk
parent12c5d1f2bf2a702ec411eed04b3217375944ddf3 (diff)
downloadsrc-4b89ae574cc5a147984ec1172d1af7fbcbfefeaa.tar.gz
src-4b89ae574cc5a147984ec1172d1af7fbcbfefeaa.zip
Another fallout from r220359: MK_GNU_CPIO was mistakenly re-added
after being removed in r205702. Remove it again.
Notes
Notes: svn path=/head/; revision=221726
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.own.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 8b9dcf88f418..f8148cb4cb99 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -394,7 +394,6 @@ __DEFAULT_NO_OPTIONS = \
BIND_LIBS \
BIND_SIGCHASE \
BIND_XML \
- GNU_CPIO \
HESIOD \
ICONV \
IDEA \
@@ -405,7 +404,7 @@ __DEFAULT_NO_OPTIONS = \
# this means that we have to test TARGET_ARCH (the buildworld case) as well
# as MACHINE_ARCH (the non-buildworld case). Normally TARGET_ARCH is not
# used at all in bsd.*.mk, but we have to make an exception here if we want
-# to allow defaults for some things like clang and ftd to vary by target
+# to allow defaults for some things like clang and fdt to vary by target
# architecture.
#
.if defined(TARGET_ARCH)