aboutsummaryrefslogtreecommitdiffstats
path: root/net/isc-dhcp40-server
diff options
context:
space:
mode:
Diffstat (limited to 'net/isc-dhcp40-server')
-rw-r--r--net/isc-dhcp40-server/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/isc-dhcp40-server/Makefile b/net/isc-dhcp40-server/Makefile
index 9a2332bb2dff..0e4f63735b4d 100644
--- a/net/isc-dhcp40-server/Makefile
+++ b/net/isc-dhcp40-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