From: Ted Lemon Date: Thu, 2 Sep 1999 00:29:52 +0000 (+0000) Subject: Add dhcpctl and omapi subdirectories X-Git-Tag: V3-BETA-1-PATCH-2~5^2~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e6a94b95940ad22e2f067589d64881944efb582;p=thirdparty%2Fdhcp.git Add dhcpctl and omapi subdirectories --- diff --git a/Makefile.dist b/Makefile.dist index a96d277e2..b2708947c 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -17,7 +17,7 @@ # http://www.isc.org for more information. # -SUBDIRS= common server client relay +SUBDIRS= common omapip server client relay dhcpctl all: @for dir in ${SUBDIRS}; do \ diff --git a/configure b/configure index 438fc83a7..11205c2da 100755 --- a/configure +++ b/configure @@ -57,6 +57,8 @@ if [ "$sysname" = "" ]; then esac;; NetBSD) sysname=netbsd;; + OpenBSD) + sysname=openbsd;; FreeBSD) sysname=freebsd;; hpux) @@ -67,6 +69,8 @@ if [ "$sysname" = "" ]; then sysname=qnx;; NEXTSTEP) sysname=nextstep;; + UnixWare) + sysname=uw7;; esac fi @@ -88,6 +92,7 @@ if [ "$sysname" = "" ]; then echo " sunos5-gcc Solaris 2.4 or higher with gcc" echo " netbsd NetBSD 1.1 or higher" echo " freebsd FreeBSD" + echo " openbsd OpenBSD (i386/alpha)" echo " hpux HP-UX" echo " qnx QNX 4.2 or higher" echo " NEXTSTEP NeXTSTEP" @@ -101,7 +106,7 @@ if [ x$major != x ] && [ x$minor != x ]; then minversubst="-e /^##--minver--/,/^##--minver--/s/MinorVersion/$minor/" fi -for foo in . client server relay common; do +for foo in . client server relay common omapip dhcpctl; do (sed $nsupdate $majversubst $minversubst \ -e "/^##--${sysname}--/,/^##--${sysname}--/s/^#//" \