summaryrefslogtreecommitdiff
path: root/net/isc-dhcp31-server
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-03-22 00:49:21 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-03-22 00:49:21 +0000
commit3647ca865367a52dc8e8af0383c0ed4c66300d30 (patch)
tree162c3787b6a4166ee02a22fb79ef4f7b6292fe84 /net/isc-dhcp31-server
parentDon't try to apply 802.11 patches on systems which lack the required (diff)
Don't try to use interface polling on 5.1 or older.
Notes
Notes: svn path=/head/; revision=104883
Diffstat (limited to 'net/isc-dhcp31-server')
-rw-r--r--net/isc-dhcp31-server/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/isc-dhcp31-server/Makefile b/net/isc-dhcp31-server/Makefile
index 9a2332bb2dff..0e4f63735b4d 100644
--- a/net/isc-dhcp31-server/Makefile
+++ b/net/isc-dhcp31-server/Makefile
@@ -36,10 +36,14 @@ SUBSYS?= server
.if ${SUBSYS} == client
.if ${OSVERSION} >= 502000
+# Include 802.11 patches
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-client::clparse.c \
${PATCHDIR}/extra-patch-client::dhclient.8 \
${PATCHDIR}/extra-patch-client::dhclient.c \
${PATCHDIR}/extra-patch-client::dhclient.conf
+.else
+# 4.x doesn't support interface polling
+WITHOUT_INTERFACE_POLLING= Unsupported
.endif
MAN5= dhclient.conf.5 dhclient.leases.5
MAN8= dhclient.8 dhclient-script.8