diff options
author | ru <ru@FreeBSD.org> | 2011-05-10 10:48:43 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2011-05-10 10:48:43 +0000 |
commit | b0e91b4cdcf53ff29913ad32fc9260901f29db9b (patch) | |
tree | 8160accc93c0fbf3c4ccba7dabc11f81674bce9b | |
parent | 7e859b0cd7d9826602cafd708bc42d66e3ebf476 (diff) | |
download | FreeBSD-src-b0e91b4cdcf53ff29913ad32fc9260901f29db9b.zip FreeBSD-src-b0e91b4cdcf53ff29913ad32fc9260901f29db9b.tar.gz |
Another fallout from r220359: MK_GNU_CPIO was mistakenly re-added
after being removed in r205702. Remove it again.
-rw-r--r-- | share/mk/bsd.own.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 8b9dcf8..f8148cb 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) |