diff options
Diffstat (limited to 'hints/netbsd.sh')
-rw-r--r-- | hints/netbsd.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh index b0736bf8b0..71d508448a 100644 --- a/hints/netbsd.sh +++ b/hints/netbsd.sh @@ -72,3 +72,8 @@ case "$osvers" in d_setruid="$undef" ;; esac + +# vfork is ok on NetBSD. +case "$usevfork" in +'') usevfork=true ;; +esac |