2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Fix up NetBSD/alpha build.

This commit is contained in:
Ted Lemon
2001-02-26 22:21:15 +00:00
parent a1ec58f608
commit c466184540
13 changed files with 41 additions and 39 deletions

3
configure vendored
View File

@@ -83,7 +83,8 @@ if [ "$sysname" = "" ]; then
NetBSD)
hw=`uname -m`
case $hw in
arm32) sysname=netbsd-arm32;;
arm32) sysname=netbsd-nocast;;
alpha) sysname=netbsd-nocast;;
*) sysname=netbsd;;
esac;;
OpenBSD)