summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorblackend <blackend@FreeBSD.org>2004-10-22 08:49:54 +0000
committerblackend <blackend@FreeBSD.org>2004-10-22 08:49:54 +0000
commiteaf4c4162d48f9aad7b949a5f5e8da4bb026c18f (patch)
tree7ddefe9a74736d774d330291f3a7c275b6fda285 /tools
parent52a089c5262ab46beaee3c8aaedbd0c47da5b403 (diff)
downloadFreeBSD-src-eaf4c4162d48f9aad7b949a5f5e8da4bb026c18f.zip
FreeBSD-src-eaf4c4162d48f9aad7b949a5f5e8da4bb026c18f.tar.gz
Add NO_BLUETOOTH and NO_AUTHPF variables. [1]
While I'm there use lowercase "yes" for consistency. Approved by: phk [1]
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/make.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/make.conf b/tools/tools/nanobsd/make.conf
index 60f831e..9ddbf8d 100644
--- a/tools/tools/nanobsd/make.conf
+++ b/tools/tools/nanobsd/make.conf
@@ -8,6 +8,7 @@
#
KERNCONF?=GENERIC
NO_ACPI=yes
+NO_BLUETOOTH=yes
NO_CVS=yes
NO_CXX=yes
NO_FORTRAN=yes
@@ -16,7 +17,8 @@ NO_GDB=yes
NO_HESIOD_LIBC=yes
NO_I4B=yes
NO_IPFILTER=yes
-NO_PF=YES
+NO_PF=yes
+NO_AUTHPF=yes
NO_KERBEROS=yes
NO_LPR=yes
NO_MODULES=yes
OpenPOWER on IntegriCloud