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/e5c8f3e85ec7
branches: trunk
changeset: 973008:e5c8f3e85ec7
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 551af4a8f0c3 -r e5c8f3e85ec7 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