From b8aba6f3130e615bc21247f97449281153111809 Mon Sep 17 00:00:00 2001 From: Hugh Graham Date: Mon, 30 Jul 2001 11:25:15 +0000 Subject: minor reorder to make vax ld happy --- distrib/special/dhclient/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/special/dhclient/Makefile b/distrib/special/dhclient/Makefile index 972dd8d3e05..b8970aea4a0 100644 --- a/distrib/special/dhclient/Makefile +++ b/distrib/special/dhclient/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2001/06/25 07:40:45 art Exp $ +# $OpenBSD: Makefile,v 1.5 2001/07/30 11:25:14 hugh Exp $ .include @@ -13,7 +13,7 @@ CPPFLAGS+= -I${.CURDIR}/../../../usr.sbin/dhcp \ SRCS= dhclient.c clparse.c \ 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 PROG= dhclient MAN= -- cgit v1.2.3