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/dhcpcd dhcpcd: Build privsep resour...



details:   https://anonhg.NetBSD.org/src/rev/eaf2f1587f36
branches:  trunk
changeset: 934666:eaf2f1587f36
user:      roy <roy%NetBSD.org@localhost>
date:      Mon Jun 15 17:02:58 2020 +0000

description:
dhcpcd: Build privsep resource limited sandbox.

diffstat:

 external/bsd/dhcpcd/sbin/dhcpcd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b642824a760a -r eaf2f1587f36 external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Mon Jun 15 16:59:05 2020 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Mon Jun 15 17:02:58 2020 +0000
@@ -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 @@
 # 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
 



Home | Main Index | Thread Index | Old Index