diff options
| author | John Birrell <jb@FreeBSD.org> | 2006-11-01 09:02:11 +0000 | 
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2006-11-01 09:02:11 +0000 | 
| commit | 87d0f81ce73a31ed334b69c7995e6ed4f8abc1dc (patch) | |
| tree | 8406a3c2ae26a60d35baaf817ca4bc29c0a32305 | |
| parent | 0415f45d48a309d7d4917e7480d0175a56042512 (diff) | |
Notes
| -rw-r--r-- | share/mk/bsd.own.mk | 1 | ||||
| -rw-r--r-- | tools/build/options/WITHOUT_CDDL | 2 | 
2 files changed, 3 insertions, 0 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index ea660dde07b9..790582f4ccca 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -295,6 +295,7 @@ WITH_IDEA=      BLUETOOTH \      BOOT \      CALENDAR \ +    CDDL \      CPP \      CRYPT \      CVS \ diff --git a/tools/build/options/WITHOUT_CDDL b/tools/build/options/WITHOUT_CDDL new file mode 100644 index 000000000000..909c52ba7166 --- /dev/null +++ b/tools/build/options/WITHOUT_CDDL @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to not build code licensed under Sun's CDDL.  | 
