diff options
author | luigi <luigi@FreeBSD.org> | 2009-12-27 21:13:53 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2009-12-27 21:13:53 +0000 |
commit | 913d8fc2faa2ec917a99889026be663a1a0668f2 (patch) | |
tree | 8186929f70c42b3e5377a21ccca753ae01facb31 /release/picobsd/build | |
parent | d26e4aa23001fa2f3b31a67de450903c0dc57e4c (diff) | |
download | FreeBSD-src-913d8fc2faa2ec917a99889026be663a1a0668f2.zip FreeBSD-src-913d8fc2faa2ec917a99889026be663a1a0668f2.tar.gz |
fix a typo (not that it matters)
Diffstat (limited to 'release/picobsd/build')
-rwxr-xr-x | release/picobsd/build/picobsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd index 0549b0c..02a4206 100755 --- a/release/picobsd/build/picobsd +++ b/release/picobsd/build/picobsd @@ -167,7 +167,7 @@ create_includes_and_libraries2() { # opt_dir opt_target local no log "create_includes_and_libraries2() for ${SRC}" if [ ${OSVERSION} -ge 600000 ] ; then - no="-DNO_CLEAN -DNO_PROFILE -DNO_GAMES -DNO_LIBC_R" # WITOUT_CDDL=1" + no="-DNO_CLEAN -DNO_PROFILE -DNO_GAMES -DNO_LIBC_R" # WITHOUT_CDDL=1" else no="-DNOCLEAN -DNOPROFILE -DNOGAMES -DNOLIBC_R" fi |