xref: /netbsd-src/external/mpl/dhcp/share/dhcpd/Makefile (revision 2dd295436a0082eb4f8d294f4aa73c223413d0f2)
1#	$NetBSD: Makefile,v 1.1 2018/04/07 22:31:38 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