summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2004-05-04 13:10:11 +0000
committerhenning <henning@openbsd.org>2004-05-04 13:10:11 +0000
commit735922d78f2c9681078b5af1a355bfefce7ed383 (patch)
tree8568d9959bf0409d462ecdb3320e238750b2962a
parentprivilege seperate dhclient. (diff)
downloadwireguard-openbsd-735922d78f2c9681078b5af1a355bfefce7ed383.tar.xz
wireguard-openbsd-735922d78f2c9681078b5af1a355bfefce7ed383.zip
adjust, need privsep.c here too
-rw-r--r--distrib/special/dhclient/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/special/dhclient/Makefile b/distrib/special/dhclient/Makefile
index ecbf13092bf..0fbc2fd3ff4 100644
--- a/distrib/special/dhclient/Makefile
+++ b/distrib/special/dhclient/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2004/04/05 13:37:56 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2004/05/04 13:10:11 henning Exp $
.include <bsd.own.mk>
@@ -8,7 +8,8 @@ COPTS+=-Os
CLIENT_PATH='"PATH=/usr/bin:/usr/sbin:/bin:/sbin"'
CPPFLAGS+= -I${.CURDIR}/../../../sbin/dhclient
SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \
- tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c parse.c
+ tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c parse.c \
+ privsep.c
PROG= dhclient
MAN=