Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2019/07/26 13:29:36 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
11
12.if ${MKYP} != "no"
13FILESBUILD_50-ypbind=	YES
14FILES+=			50-ypbind
15CLEANFILES+=		50-ypbind
16.endif
17
18FILESDIR=		/usr/share/examples/dhcpcd/hooks
19
20.SUFFIXES:		.in
21
22.in:	../../Makefile.inc
23	${TOOL_SED} ${SED_SYS} $< > $@
24.endif
25
26.include <bsd.prog.mk>
27