6953a493f7
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]
27 lines
810 B
Makefile
27 lines
810 B
Makefile
# $NetBSD: Makefile,v 1.13 2014/10/14 13:53:01 taca Exp $
|
|
|
|
PKGNAME= isc-dhcpd-${DHVER}
|
|
COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Server
|
|
BUILD_SUBDIR= bind includes tests common omapip dhcpctl server
|
|
SUBDIR= omapip dhcpctl server
|
|
|
|
CONF_FILES+= ${EGDIR}/dhcpd.conf ${PKG_SYSCONFDIR}/dhcpd.conf
|
|
#CONF_FILES+= ${EGDIR}/dhcpd6.conf ${PKG_SYSCONFDIR}/dhcpd6.conf
|
|
|
|
RCD_SCRIPTS= isc_dhcpd isc_dhcpd6
|
|
SMF_METHODS= isc-dhcpd
|
|
|
|
FILES_SUBST+= DHCP_HOME=${DHCP_HOME:Q}
|
|
FILES_SUBST+= DHCP_PID=${DHCP_PID:Q}
|
|
|
|
.include "${.CURDIR}/../isc-dhcp4/options.mk"
|
|
|
|
INSTALLATION_DIRS+= ${EGDIR}
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/server/dhcpd.conf.example \
|
|
${DESTDIR}${EGDIR}/dhcpd.conf
|
|
|
|
.include "../../net/isc-dhcp4/Makefile.common"
|
|
.include "../../net/isc-dhcp4/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|