diff options
Diffstat (limited to 'contrib/isc-dhcp/configure')
-rwxr-xr-x | contrib/isc-dhcp/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/isc-dhcp/configure b/contrib/isc-dhcp/configure index b1db0f0..6fae199 100755 --- a/contrib/isc-dhcp/configure +++ b/contrib/isc-dhcp/configure @@ -119,6 +119,7 @@ if [ "$sysname" = "" ]; then arm32) sysname=netbsd-nocast;; alpha) sysname=netbsd-nocast;; sparc) sysname=netbsd-nocast;; + sparc64) sysname=netbsd-nocast;; *) sysname=netbsd;; esac;; OpenBSD) |