summaryrefslogtreecommitdiff
path: root/m4/host-os.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/host-os.m4')
-rw-r--r--m4/host-os.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/host-os.m4 b/m4/host-os.m4
index d2ed937f8..fc9d06506 100644
--- a/m4/host-os.m4
+++ b/m4/host-os.m4
@@ -1,4 +1,4 @@
-#serial 2
+#serial 3
dnl From Paul Eggert.
@@ -30,6 +30,7 @@ AC_DEFUN([UTILS_HOST_OS],
openbsd*) os='OpenBSD';;
nsk*) os='NonStop Kernel';;
nonstopux*) os='NonStop-UX';;
+ netbsd*-gnu*) os='GNU/NetBSD';;
netbsd*) os='NetBSD';;
msdosdjgpp*) os='DJGPP';;
mpeix*) os='MPE/iX';;