summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/Makefile
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2002-02-19 12:57:18 +0000
committermurray <murray@FreeBSD.org>2002-02-19 12:57:18 +0000
commit91492d0f97fe1d093f725bdbe8abad77ab8a7722 (patch)
treee3e13797bea07b4b249642874f917fc0b7c21411 /sbin/dhclient/Makefile
parentdfedbefce858fb5578a49dc4b51ff6435f8e84f0 (diff)
downloadFreeBSD-src-91492d0f97fe1d093f725bdbe8abad77ab8a7722.zip
FreeBSD-src-91492d0f97fe1d093f725bdbe8abad77ab8a7722.tar.gz
Makefile glue for DHCP v3 import.
Diffstat (limited to 'sbin/dhclient/Makefile')
-rw-r--r--sbin/dhclient/Makefile23
1 files changed, 3 insertions, 20 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile
index 45c2a0f..8df6e75 100644
--- a/sbin/dhclient/Makefile
+++ b/sbin/dhclient/Makefile
@@ -1,23 +1,6 @@
+# Makefile for ISC DHCP client.
# $FreeBSD$
-DIST_DIR= ${.CURDIR}/../../contrib/isc-dhcp
+SUBDIR= common dst minires omapip client
-.PATH: ${DIST_DIR}/client ${DIST_DIR}/common
-
-PROG= dhclient
-SRCS= clparse.c dhclient.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}
-CFLAGS+= -DCLIENT_PATH='"PATH=/sbin:/bin:/usr/sbin:/usr/bin"' -Dwarn=dhcp_warn
-WARNS= 0
-
-SCRIPTS= scripts/freebsd
-SCRIPTSNAME= dhclient-script
-
-MAN= dhclient.conf.5 dhclient.leases.5 dhcp-options.5
-MAN+= dhclient.8 dhclient-script.8
-
-.include <bsd.prog.mk>
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud