Restore Makefile.inc so dhcpcd is installed correctly as pointed out by kre@.
This reverts my prior commit.
This commit is contained in:
parent
26bd73f202
commit
77e8e2e514
10
external/bsd/dhcpcd/sbin/Makefile.inc
vendored
Normal file
10
external/bsd/dhcpcd/sbin/Makefile.inc
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user