Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2017/04/02 20:18:37 roy Exp $
2#
3
4.include <bsd.own.mk>
5
6.include "../../Makefile.inc"
7.PATH:			${DIST}/hooks
8
9.if ${MKSHARE} != "no"
10FILES=			10-wpa_supplicant 15-timezone 29-lookup-hostname
11FILES+=			50-ypbind
12
13FILESBUILD_50-ypbind=	YES
14CLEANFILES+=		50-ypbind
15
16FILESDIR=		/usr/share/examples/dhcpcd/hooks
17
18.SUFFIXES:		.in
19
20.in:	../../Makefile.inc
21	${TOOL_SED} ${SED_SYS} $< > $@
22.endif
23
24.include <bsd.prog.mk>
25