diff options
author | ngie <ngie@FreeBSD.org> | 2015-02-13 21:32:05 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-02-13 21:32:05 +0000 |
commit | 63d67d50be540d0855891771d662f55c0b27821a (patch) | |
tree | f2181ab1649ca3c068fe02ef9e6397e89685aae7 /tools/build | |
parent | 4f93783a26fe1f05723201268b28fc82b2696370 (diff) | |
download | FreeBSD-src-63d67d50be540d0855891771d662f55c0b27821a.zip FreeBSD-src-63d67d50be540d0855891771d662f55c0b27821a.tar.gz |
MFC r277678:
r277678:
Add MK_CCD knob for building and installing ccd(4), ccdconfig, etc
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 7 | ||||
-rw-r--r-- | tools/build/options/WITHOUT_CCD | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 53695f9..28dbd9f 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -492,6 +492,13 @@ OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox OLD_FILES+=usr/share/man/man1/calendar.1.gz .endif +.if ${MK_CCD} == no +OLD_FILES+=etc/rc.d/ccd +OLD_FILES+=sbin/ccdconfig +OLD_FILES+=usr/share/man/man4/ccd.4.gz +OLD_FILES+=usr/share/man/man8/ccdconfig.8.gz +.endif + .if ${MK_CDDL} == no OLD_LIBS+=lib/libavl.so.2 OLD_LIBS+=lib/libctf.so.2 diff --git a/tools/build/options/WITHOUT_CCD b/tools/build/options/WITHOUT_CCD new file mode 100644 index 0000000..b4d044e --- /dev/null +++ b/tools/build/options/WITHOUT_CCD @@ -0,0 +1,4 @@ +.\" $FreeBSD$ +Set to not build +.Xr geom_ccd 4 +and related utilities. |