xref: /minix3/external/bsd/dhcp/share/dhcpd/Makefile (revision 83ee113ee0d94f3844d44065af2311604e9a30ad)
1#	$NetBSD: Makefile,v 1.1 2013/03/24 15:54:32 christos Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKSHARE} != "no"
6FILES=	pxe.defs
7FILESDIR=/usr/share/dhcpd
8.endif
9
10.include <bsd.prog.mk>
11