Changes since 4.3.1rc1 - None Changes since 4.3.1b1 - Modify the linux and openwrt dhclient scripts to process information from a stateless request. Thanks to Jiri Popelka at Red Hat for the bug report and patch. [ISC-Bugs 36102] - Remove more unused RCSID tags. These weren't noticed in 4.3 as the code isn't used anymore but we remove them here to keep the code consistent across versions. [ISC-Bugs #36451]
15 lines
456 B
Makefile
15 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/10/14 13:53:01 taca Exp $
|
|
|
|
PKGNAME= isc-dhcrelay-${DHVER}
|
|
COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Relay
|
|
BUILD_SUBDIR= bind includes tests common omapip relay
|
|
SUBDIR= relay
|
|
|
|
RCD_SCRIPTS= isc_dhcrelay
|
|
FILES_SUBST+= DHCP_HOME=${DHCP_HOME}
|
|
|
|
.include "${.CURDIR}/../isc-dhcp4/options.mk"
|
|
|
|
.include "../../net/isc-dhcp4/Makefile.common"
|
|
.include "../../net/isc-dhcp4/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|