diff options
author | 2004-05-04 13:10:11 +0000 | |
---|---|---|
committer | 2004-05-04 13:10:11 +0000 | |
commit | 735922d78f2c9681078b5af1a355bfefce7ed383 (patch) | |
tree | 8568d9959bf0409d462ecdb3320e238750b2962a | |
parent | privilege seperate dhclient. (diff) | |
download | wireguard-openbsd-735922d78f2c9681078b5af1a355bfefce7ed383.tar.xz wireguard-openbsd-735922d78f2c9681078b5af1a355bfefce7ed383.zip |
adjust, need privsep.c here too
-rw-r--r-- | distrib/special/dhclient/Makefile | 5 |
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= |