diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-07-30 11:25:15 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-07-30 11:25:15 +0000 |
commit | b8aba6f3130e615bc21247f97449281153111809 (patch) | |
tree | 646ed7d51e5be028d15ca8347c30ffc0434c681a /distrib/special | |
parent | 76d6e50d9ec71041b9a9b4ce95e69c5e7756362f (diff) |
minor reorder to make vax ld happy
Diffstat (limited to 'distrib/special')
-rw-r--r-- | distrib/special/dhclient/Makefile | 4 |
1 files 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 <bsd.own.mk> @@ -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= |