diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-05-04 13:10:12 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-05-04 13:10:12 +0000 |
commit | 740654e001610d3ee00bd52444ef79d4fa3bc49a (patch) | |
tree | 545fc51671f865d68d9f7e692742fdc9eb90572a /distrib | |
parent | ac1ddc2c99c6c92aa30be01bb5a0ea9b5c12dda9 (diff) |
adjust, need privsep.c here too
Diffstat (limited to 'distrib')
-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= |