b1908f97f1
Fixed --version flag in dhcrelay Clarified error message when lease limit exceeded Log messages when failover peer names mismatch have been improved to point out t he problem. Manpage entries in dhcp-options.5 for the 'domain-list' format have been updated . The 'min-secs' configuration parameter's log message has been updated to be more helpful. Fixes to allow code to compile on Mac OS X Leopard (10.5). See http://www.isc.org/sw/dhcp/dhcp_rel2.php for all the details
21 lines
644 B
Makefile
21 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/05/27 19:35:49 adrianp Exp $
|
|
#
|
|
|
|
COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Server
|
|
COMPONENT= server
|
|
SUBDIR= omapip dhcpctl server
|
|
|
|
CONF_FILES+= ${EGDIR}/dhcpd.conf ${PKG_SYSCONFDIR}/dhcpd.conf
|
|
|
|
RCD_SCRIPTS= isc_dhcpd
|
|
MAN_FILES= man1/omshell.1 man3/dhcpctl.3 man3/omapi.3 man3/omshell.3 \
|
|
man5/dhcpd.conf.5 man5/dhcpd.leases.5 man8/dhcpd.8
|
|
FILES_SUBST+= DHCP_HOME=${DHCP_HOME}
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/server/dhcpd.conf ${EGDIR}
|
|
|
|
.include "../../net/isc-dhcp/Makefile.common"
|
|
.include "../../net/isc-dhcp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|