Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/dhcpcd/sbin Restore Makefile.inc so dhcpcd is i...



details:   https://anonhg.NetBSD.org/src/rev/b8f703a02550
branches:  trunk
changeset: 824644:b8f703a02550
user:      roy <roy%NetBSD.org@localhost>
date:      Tue Jun 13 00:28:10 2017 +0000

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

diffstat:

 external/bsd/dhcpcd/sbin/Makefile.inc |  10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 8fb7911ff2dc -r b8f703a02550 external/bsd/dhcpcd/sbin/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/dhcpcd/sbin/Makefile.inc     Tue Jun 13 00:28:10 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index