Restore Makefile.inc so dhcpcd is installed correctly as pointed out by kre@.

This reverts my prior commit.
This commit is contained in:
roy 2017-06-13 00:28:10 +00:00
parent 26bd73f202
commit 77e8e2e514

10
external/bsd/dhcpcd/sbin/Makefile.inc vendored Normal file
View File

@ -0,0 +1,10 @@
# $NetBSD: Makefile.inc,v 1.5 2017/06/13 00:28:10 roy Exp $
.include <bsd.own.mk> # for MKDYNAMICROOT definition
WARNS?= 5
BINDIR= /sbin
.if (${MKDYNAMICROOT} == "no")
LDSTATIC?= -static
.endif