summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-06-24 08:13:21 +0000
committerobrien <obrien@FreeBSD.org>1999-06-24 08:13:21 +0000
commita94269b3b8a1fdeb6830a9c214244863a230f17e (patch)
tree4f27a7e88858654f1e394707f68c40186e7f71e5
parent95568d31ee6b65d35546f6f1f0ec07e7d50fbd69 (diff)
downloadFreeBSD-src-a94269b3b8a1fdeb6830a9c214244863a230f17e.zip
FreeBSD-src-a94269b3b8a1fdeb6830a9c214244863a230f17e.tar.gz
Add new file that needs compiling.
-rw-r--r--sbin/dhclient/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile
index af03739..66d961c 100644
--- a/sbin/dhclient/Makefile
+++ b/sbin/dhclient/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1999/02/18 18:56:58 obrien Exp $
+# $Id: Makefile,v 1.4 1999/04/03 07:09:59 bde Exp $
DIST_DIR= ${.CURDIR}/../../contrib/isc-dhcp
@@ -6,8 +6,8 @@ DIST_DIR= ${.CURDIR}/../../contrib/isc-dhcp
PROG= dhclient
SRCS= clparse.c dhclient.c
-SRCS+= alloc.c bpf.c conflex.c convert.c dispatch.c errwarn.c hash.c \
- icmp.c inet.c inet_addr.c memory.c nit.c options.c packet.c \
+SRCS+= alloc.c bpf.c conflex.c convert.c dispatch.c errwarn.c ethernet.c \
+ hash.c icmp.c inet.c inet_addr.c memory.c nit.c options.c packet.c \
parse.c print.c raw.c socket.c tables.c tree.c upf.c
CFLAGS+= -I${DIST_DIR}/includes -I${DIST_DIR}
OpenPOWER on IntegriCloud