Deleted Added
full compact
Makefile (75286) Makefile (87325)
1# $FreeBSD: head/sbin/dhclient/Makefile 75286 2001-04-07 11:21:35Z ru $
1# $FreeBSD: head/sbin/dhclient/Makefile 87325 2001-12-04 02:19:58Z obrien $
2
3DIST_DIR= ${.CURDIR}/../../contrib/isc-dhcp
4
5.PATH: ${DIST_DIR}/client ${DIST_DIR}/common
6
7PROG= dhclient
8SRCS= clparse.c dhclient.c
9SRCS+= alloc.c bpf.c conflex.c convert.c dispatch.c errwarn.c ethernet.c \
10 hash.c icmp.c inet.c inet_addr.c memory.c nit.c options.c packet.c \
11 parse.c print.c raw.c socket.c tables.c tree.c upf.c
12
13CFLAGS+= -I${DIST_DIR}/includes -I${DIST_DIR}
14CFLAGS+= -DCLIENT_PATH='"PATH=/sbin:/bin:/usr/sbin:/usr/bin"' -Dwarn=dhcp_warn
2
3DIST_DIR= ${.CURDIR}/../../contrib/isc-dhcp
4
5.PATH: ${DIST_DIR}/client ${DIST_DIR}/common
6
7PROG= dhclient
8SRCS= clparse.c dhclient.c
9SRCS+= alloc.c bpf.c conflex.c convert.c dispatch.c errwarn.c ethernet.c \
10 hash.c icmp.c inet.c inet_addr.c memory.c nit.c options.c packet.c \
11 parse.c print.c raw.c socket.c tables.c tree.c upf.c
12
13CFLAGS+= -I${DIST_DIR}/includes -I${DIST_DIR}
14CFLAGS+= -DCLIENT_PATH='"PATH=/sbin:/bin:/usr/sbin:/usr/bin"' -Dwarn=dhcp_warn
15WARNS= 0
15
16SCRIPTS= scripts/freebsd
17SCRIPTSNAME= dhclient-script
18
19MAN= dhclient.conf.5 dhclient.leases.5 dhcp-options.5
20MAN+= dhclient.8 dhclient-script.8
21
22.include <bsd.prog.mk>
16
17SCRIPTS= scripts/freebsd
18SCRIPTSNAME= dhclient-script
19
20MAN= dhclient.conf.5 dhclient.leases.5 dhcp-options.5
21MAN+= dhclient.8 dhclient-script.8
22
23.include <bsd.prog.mk>