cd2190897b
ISC DHCP 4.1.x will have several new DHCPv6 features that were not in DHCP 4.0.x. These new features include: * Support for the rapid-commit option on the client side * Prefix Delegation support * IA_TA address support * A basic DHCPv6 relay agent * basic DHCPv6 Leasequery support
21 lines
579 B
Makefile
21 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/01/04 00:56:32 adrianp Exp $
|
|
#
|
|
|
|
PKGNAME= isc-dhcp-${DHVER}
|
|
COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Base
|
|
SUBDIR= includes common minires dst
|
|
|
|
.include "options.mk"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README \
|
|
${PREFIX}/share/doc/${PKGBASE}
|
|
${INSTALL_DATA} ${WRKSRC}/RELNOTES \
|
|
${PREFIX}/share/doc/${PKGBASE}
|
|
${INSTALL_DATA} ${WRKSRC}/doc/References.txt \
|
|
${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
.include "../../net/isc-dhcp4/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|