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
15 lines
406 B
Makefile
15 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/01/04 01:00:09 adrianp Exp $
|
|
#
|
|
|
|
PKGNAME= isc-dhcrelay-${DHVER}
|
|
COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) 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"
|