Module Name:    src
Committed By:   roy
Date:           Tue Jun 13 00:28:10 UTC 2017

Added Files:
        src/external/bsd/dhcpcd/sbin: Makefile.inc

Log Message:
Restore Makefile.inc so dhcpcd is installed correctly as pointed out by kre@.
This reverts my prior commit.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.5 src/external/bsd/dhcpcd/sbin/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/external/bsd/dhcpcd/sbin/Makefile.inc
diff -u /dev/null src/external/bsd/dhcpcd/sbin/Makefile.inc:1.5
--- /dev/null	Tue Jun 13 00:28:10 2017
+++ src/external/bsd/dhcpcd/sbin/Makefile.inc	Tue Jun 13 00:28:10 2017
@@ -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

Reply via email to