NetBSD/usr.sbin/dhcp/share/dhcpd/Makefile

11 lines
178 B
Makefile
Raw Normal View History

2004-01-12 04:18:12 +03:00
# $NetBSD: Makefile,v 1.2 2004/01/12 01:18:12 lukem Exp $
2004-01-12 04:18:12 +03:00
.include <bsd.own.mk>
2004-01-12 04:18:12 +03:00
.if ${MKSHARE} != "no"
FILES= pxe.defs
FILESDIR=/usr/share/dhcpd
2004-01-12 04:18:12 +03:00
.endif
.include <bsd.prog.mk>