ce0d2216a0
problems. For more detail, please refer: http://ftp.isc.org/isc/dhcp/dhcp-4.2.1-P1-RELNOTES
18 lines
492 B
Makefile
18 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/04/08 14:09:24 taca Exp $
|
|
#
|
|
|
|
PKGNAME= isc-dhcrelay-${DHVER}
|
|
COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Relay
|
|
BUILD_SUBDIR= bind includes tests common omapip relay
|
|
SUBDIR= relay
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|