summaryrefslogtreecommitdiff
path: root/hints/netbsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/netbsd.sh')
-rw-r--r--hints/netbsd.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh
index 787f0f13bb..8bc6c1227b 100644
--- a/hints/netbsd.sh
+++ b/hints/netbsd.sh
@@ -64,3 +64,8 @@ case "$osvers" in
d_setruid="$undef"
;;
esac
+
+# vfork is ok on NetBSD.
+case "$usevfork" in
+'') usevfork=true ;;
+esac