summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-01 17:29:50 -0300
committerRenato Botelho <renato@netgate.com>2016-08-01 17:29:50 -0300
commitadf2b3581c3161ad66f10f2161d54129e0564812 (patch)
tree419610f2c124ee7d0548e234005a5a70148a670b /build
parent81fe0b700ef29a8bce5bc771f116e3b0540260f2 (diff)
downloadpfsense-adf2b3581c3161ad66f10f2161d54129e0564812.zip
pfsense-adf2b3581c3161ad66f10f2161d54129e0564812.tar.gz
Add missing options
Diffstat (limited to 'build')
-rwxr-xr-xbuild/scripts/build_freebsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/build_freebsd.sh b/build/scripts/build_freebsd.sh
index 61ed2a8..8ae8421 100755
--- a/build/scripts/build_freebsd.sh
+++ b/build/scripts/build_freebsd.sh
@@ -54,7 +54,7 @@ END
unset skip_world
unset skip_kernel
-while getopts s:o:h opt; do
+while getopts s:o:WKh opt; do
case "$opt" in
s)
srcdir=$OPTARG
OpenPOWER on IntegriCloud