Skip to content

Commit b58e840

Browse files
committed
local_stage0.sh: recognize NetBSD
1 parent 271d048 commit b58e840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/local_stage0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LIB_PREFIX=lib
1818

1919
OS=`uname -s`
2020
case $OS in
21-
("Linux"|"FreeBSD"|"DragonFly"|"Bitrig"|"OpenBSD"|"SunOS")
21+
("Linux"|"FreeBSD"|"DragonFly"|"NetBSD"|"Bitrig"|"OpenBSD"|"SunOS")
2222
BIN_SUF=
2323
LIB_SUF=.so
2424
;;

0 commit comments

Comments
 (0)