diff options
author | ngie <ngie@FreeBSD.org> | 2015-01-25 04:43:13 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-01-25 04:43:13 +0000 |
commit | b7d970adae001cb6bee81cfb7e348f39ed6c66d2 (patch) | |
tree | 15a914c32f8e380342f1aae634a0423d03a95089 /share | |
parent | 21e793b32c614e38da078f83deaccb050e5875cb (diff) | |
download | FreeBSD-src-b7d970adae001cb6bee81cfb7e348f39ed6c66d2.zip FreeBSD-src-b7d970adae001cb6bee81cfb7e348f39ed6c66d2.tar.gz |
Add MK_BSDINSTALL knob for building and installing bsdinstall
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/src.opts.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 126e786..0fcf0cc 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -57,6 +57,7 @@ __DEFAULT_YES_OPTIONS = \ BLUETOOTH \ BOOT \ BSD_CPIO \ + BSDINSTALL \ BSNMP \ BZIP2 \ CALENDAR \ |