summaryrefslogtreecommitdiff
path: root/external/bsd/dhcpcd/examples/conf/Makefile
blob: 065e505620cddaabc0d34517e352c4920ff1131e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.1 2023/07/05 00:26:38 gutteridge Exp $

.include <bsd.own.mk>

.include "../../Makefile.inc"
.PATH:			${DIST}/src

.if ${MKSHARE} != "no"
FILES=			dhcpcd.conf

FILESDIR=		/usr/share/examples/dhcpcd/
.endif

.include <bsd.prog.mk>