diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-10-08 18:25:28 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-10-08 18:25:28 +0000 |
commit | 3d099c4ff40e47f1a114bcaae6a5a158f8277230 (patch) | |
tree | e8ab1353b326071afe096a3072fab9e74951f9ba /usr.sbin/dhcp | |
parent | 384281cf5424bf70df634bf54b7b57eea2bf0fc1 (diff) |
Link order tweak so vax crunches happily.
Diffstat (limited to 'usr.sbin/dhcp')
-rw-r--r-- | usr.sbin/dhcp/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcp/Makefile.inc b/usr.sbin/dhcp/Makefile.inc index 933151d6abc..537075a53bb 100644 --- a/usr.sbin/dhcp/Makefile.inc +++ b/usr.sbin/dhcp/Makefile.inc @@ -38,7 +38,7 @@ CLIENT_PATH = '"PATH=/usr/bin:/usr/sbin:/bin:/sbin"' SRCS += alloc.c dispatch.c hash.c memory.c print.c bpf.c icmp.c options.c \ tree.c conflex.c errwarn.c inet.c packet.c socket.c convert.c \ - ethernet.c parse.c tables.c + ethernet.c tables.c parse.c CPPFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../includes \ -DCLIENT_PATH=${CLIENT_PATH} -Wall -Werror |