diff options
author | imp <imp@FreeBSD.org> | 2015-12-04 23:44:34 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2015-12-04 23:44:34 +0000 |
commit | a950ab7fee10750129b95af2bc50a22571ee11de (patch) | |
tree | eaf8431c8e4fe6046dea30cd581c446583570ee2 | |
parent | 80431a292490a65841670fcad2b6fc54cfae9ffe (diff) | |
download | FreeBSD-src-a950ab7fee10750129b95af2bc50a22571ee11de.zip FreeBSD-src-a950ab7fee10750129b95af2bc50a22571ee11de.tar.gz |
Remove commented out junk.
-rw-r--r-- | tools/tools/nanobsd/pcengines/common.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/tools/nanobsd/pcengines/common.conf b/tools/tools/nanobsd/pcengines/common.conf index 40275dd..687fd74 100644 --- a/tools/tools/nanobsd/pcengines/common.conf +++ b/tools/tools/nanobsd/pcengines/common.conf @@ -13,9 +13,6 @@ NANO_RAM_TMPVARSIZE=40960 NANO_PMAKE="make -j 8" NANO_MD_BACKING="swap" -#NANO_MAKEFS="makefs \ -# -o bsize=4096,fsize=512,density=8192,optimization=space" -#export NANO_MAKEFS # Options to put in make.conf during buildworld only CONF_BUILD=' @@ -26,7 +23,6 @@ CONF_INSTALL=' ' # Options to put in make.conf during both build- & installworld. CONF_WORLD=' -#TARGET_ARCH=i386 CFLAGS=-O -pipe WITHOUT_ACPI= WITHOUT_TESTS= |