From ed476849d331bd54d76f9e5652537bbb9fa233a4 Mon Sep 17 00:00:00 2001 From: ngie Date: Sun, 25 Jan 2015 04:52:48 +0000 Subject: Add MK_CCD knob for building and installing ccd(4), ccdconfig, etc MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division --- share/man/man4/Makefile | 6 +++++- share/mk/src.opts.mk | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 5c07303..8bfd875 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -91,7 +91,7 @@ MAN= aac.4 \ cc_htcp.4 \ cc_newreno.4 \ cc_vegas.4 \ - ccd.4 \ + ${_ccd.4} \ cd.4 \ cdce.4 \ ch.4 \ @@ -858,6 +858,10 @@ _nvram2env.4= nvram2env.4 SUBDIR= man4.${MACHINE_CPUARCH} .endif +.if ${MK_CCD} != "no" +_ccd.4= ccd.4 +.endif + .if ${MK_ISCSI} != "no" MAN+= iscsi.4 MAN+= iscsi_initiator.4 diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 0fcf0cc..8082b14 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -63,6 +63,7 @@ __DEFAULT_YES_OPTIONS = \ CALENDAR \ CAPSICUM \ CASPER \ + CCD \ CDDL \ CPP \ CROSS_COMPILER \ -- cgit v1.1