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]
21 lines
635 B
Makefile
21 lines
635 B
Makefile
# $NetBSD: Makefile,v 1.15 2014/10/14 13:53:00 taca Exp $
|
|
|
|
PKGNAME= isc-dhcp-${DHVER}
|
|
COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Base
|
|
BUILD_SUBDIR= bind includes tests common # dst
|
|
SUBDIR= includes common # dst
|
|
|
|
.include "options.mk"
|
|
|
|
INSTALLATION_DIRS+= share/doc/${PKGBASE}
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README \
|
|
${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
|
${INSTALL_DATA} ${WRKSRC}/RELNOTES \
|
|
${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
|
${INSTALL_DATA} ${WRKSRC}/doc/References.txt \
|
|
${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
.include "../../net/isc-dhcp4/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|