ce0d2216a0
problems. For more detail, please refer: http://ftp.isc.org/isc/dhcp/dhcp-4.2.1-P1-RELNOTES
25 lines
748 B
Makefile
25 lines
748 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/04/08 14:09:24 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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONF_FILES+= ${EGDIR}/dhcpd.conf ${PKG_SYSCONFDIR}/dhcpd.conf
|
|
#CONF_FILES+= ${EGDIR}/dhcpd6.conf ${PKG_SYSCONFDIR}/dhcpd6.conf
|
|
RCD_SCRIPTS= isc_dhcpd
|
|
FILES_SUBST+= DHCP_HOME=${DHCP_HOME}
|
|
|
|
.include "${.CURDIR}/../isc-dhcp4/options.mk"
|
|
|
|
INSTALLATION_DIRS+= ${EGDIR}
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/server/dhcpd.conf ${DESTDIR}${EGDIR}
|
|
|
|
.include "../../net/isc-dhcp4/Makefile.common"
|
|
.include "../../net/isc-dhcp4/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|