Module Name: src
Committed By: roy
Date: Mon Jun 15 17:02:58 UTC 2020
Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile
Log Message:
dhcpcd: Build privsep resource limited sandbox.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile
diff -u src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.53 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.54
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.53 Thu Jun 11 16:05:54 2020
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Mon Jun 15 17:02:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2020/06/11 16:05:54 roy Exp $
+# $NetBSD: Makefile,v 1.54 2020/06/15 17:02:58 roy Exp $
#
WARNS?= 6
@@ -17,7 +17,7 @@ SRCS+= if-bsd.c
# This should be fine for ramdisk based installers
.if !defined(SMALLPROG)
CPPFLAGS+= -DPRIVSEP -DPRIVSEP_USER=\"_dhcpcd\"
-SRCS+= privsep.c privsep-root.c privsep-inet.c
+SRCS+= privsep.c privsep-root.c privsep-inet.c privsep-control.c
SRCS+= privsep-bsd.c
.endif