Unconstify members of the lconv structure to make it conform to the C89 and
[dragonfly/port-amd64.git] / usr.sbin / dhcp / Makefile
blob8ff4f37030c885cc91193efbca50dee50509dd86
1 # Makefile for ISC DHCP server.
2 # $DragonFly: src/usr.sbin/dhcp/Makefile,v 1.1 2005/01/04 19:58:53 joerg Exp $
4 .include "Makefile.common"
6 BUILDING_SERVER=true
7 .makeenv BUILDING_SERVER
9 SUBDIR= ${DHCLIENT_DIR}/includes ${DHCLIENT_DIR}/common ${DHCLIENT_DIR}/dst \
10 ${DHCLIENT_DIR}/minires ${DHCLIENT_DIR}/omapip dhcpctl relay server
12 .include <bsd.subdir.mk>