summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-04-13 20:43:02 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-04-13 20:43:02 +0000
commitc27c064f33a9b1fd36cff6e4d1380709aa38cf63 (patch)
tree24c735382caacd9a0b12258dbaab22dfc6ac6aaf
parentb36a210f0fb8a41af16ffc3a14c74ac0d6349f42 (diff)
downloadFreeBSD-src-c27c064f33a9b1fd36cff6e4d1380709aa38cf63.zip
FreeBSD-src-c27c064f33a9b1fd36cff6e4d1380709aa38cf63.tar.gz
Remove misspelled and redundant MK_INSTALLIB=no.
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index ba1ca80..a8efa2c 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -200,7 +200,7 @@ bootonly: packagesystem
MK_GAMES=no MK_GROFF=no \
MK_INSTALLLIB=no MK_LIB32=no MK_MAIL=no \
MK_NCP=no MK_TOOLCHAIN=no MK_PROFILE=no \
- MK_INSTALLIB=no MK_RESCUE=no MK_DICT=no \
+ MK_RESCUE=no MK_DICT=no \
MK_KERNEL_SYMBOLS=no MK_TESTS=no MK_DEBUG_FILES=no
# Copy manifest only (no distfiles) to get checksums
mkdir -p ${.TARGET}/usr/freebsd-dist
OpenPOWER on IntegriCloud