From 77e8e2e514518871cf1ff46c7e3e2f14ba65af9c Mon Sep 17 00:00:00 2001 From: roy Date: Tue, 13 Jun 2017 00:28:10 +0000 Subject: [PATCH] Restore Makefile.inc so dhcpcd is installed correctly as pointed out by kre@. This reverts my prior commit. --- external/bsd/dhcpcd/sbin/Makefile.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 external/bsd/dhcpcd/sbin/Makefile.inc diff --git a/external/bsd/dhcpcd/sbin/Makefile.inc b/external/bsd/dhcpcd/sbin/Makefile.inc new file mode 100644 index 000000000000..4372aa088138 --- /dev/null +++ b/external/bsd/dhcpcd/sbin/Makefile.inc @@ -0,0 +1,10 @@ +# $NetBSD: Makefile.inc,v 1.5 2017/06/13 00:28:10 roy Exp $ + +.include # for MKDYNAMICROOT definition + +WARNS?= 5 +BINDIR= /sbin + +.if (${MKDYNAMICROOT} == "no") +LDSTATIC?= -static +.endif