From 0d0e1f88972f19cebcdf952a19db9853354843a7 Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Fri, 22 Oct 2004 08:49:54 +0000 Subject: [PATCH] Add NO_BLUETOOTH and NO_AUTHPF variables. [1] While I'm there use lowercase "yes" for consistency. Approved by: phk [1] --- tools/tools/nanobsd/make.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/tools/nanobsd/make.conf b/tools/tools/nanobsd/make.conf index 60f831e1ded..9ddbf8d026d 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