head	1.4;
access;
symbols
	RELENG_5_5_0_RELEASE:1.3
	RELENG_5_5:1.3.0.10
	RELENG_5_5_BP:1.3
	RELENG_5_4_0_RELEASE:1.3
	RELENG_5_4:1.3.0.8
	RELENG_5_4_BP:1.3
	RELENG_4_11_0_RELEASE:1.2.2.1
	RELENG_4_11:1.2.2.1.0.12
	RELENG_4_11_BP:1.2.2.1
	RELENG_5_3_0_RELEASE:1.3
	RELENG_5_3:1.3.0.6
	RELENG_5_3_BP:1.3
	RELENG_5:1.3.0.4
	RELENG_5_BP:1.3
	RELENG_4_10_0_RELEASE:1.2.2.1
	RELENG_4_10:1.2.2.1.0.10
	RELENG_4_10_BP:1.2.2.1
	RELENG_5_2_1_RELEASE:1.3
	RELENG_5_2_0_RELEASE:1.3
	RELENG_5_2:1.3.0.2
	RELENG_5_2_BP:1.3
	RELENG_4_9_0_RELEASE:1.2.2.1
	RELENG_4_9:1.2.2.1.0.8
	RELENG_4_9_BP:1.2.2.1
	RELENG_5_1_0_RELEASE:1.2
	RELENG_5_1:1.2.0.6
	RELENG_5_1_BP:1.2
	RELENG_4_8_0_RELEASE:1.2.2.1
	RELENG_4_8:1.2.2.1.0.6
	RELENG_4_8_BP:1.2.2.1
	RELENG_5_0_0_RELEASE:1.2
	RELENG_5_0:1.2.0.4
	RELENG_5_0_BP:1.2
	RELENG_4_7_0_RELEASE:1.2.2.1
	RELENG_4_7:1.2.2.1.0.4
	RELENG_4_7_BP:1.2.2.1
	RELENG_4_6_2_RELEASE:1.2.2.1
	RELENG_4_6_1_RELEASE:1.2.2.1
	RELENG_4_6_0_RELEASE:1.2.2.1
	RELENG_4_6:1.2.2.1.0.2
	RELENG_4_6_BP:1.2.2.1
	RELENG_4:1.2.0.2;
locks; strict;
comment	@# @;


1.4
date	2005.06.07.04.02.09;	author brooks;	state dead;
branches;
next	1.3;

1.3
date	2003.06.29.18.46.18;	author gordon;	state Exp;
branches;
next	1.2;

1.2
date	2002.02.19.22.23.49;	author obrien;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2002.02.19.12.57.18;	author murray;	state Exp;
branches;
next	;

1.2.2.1
date	2002.04.11.10.21.20;	author murray;	state Exp;
branches;
next	1.2.2.2;

1.2.2.2
date	2012.11.17.07.24.27;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove the bits to build the isc-dhclient.
@
text
@# client
# $FreeBSD: src/sbin/dhclient/client/Makefile,v 1.3 2003/06/29 18:46:18 gordon Exp $

DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp

.PATH: ${DIST_DIR}/client

PROG=	dhclient
SRCS=	clparse.c dhclient.c

.if defined(RESCUE)
CFLAGS+= -DCLIENT_PATH='"PATH=/rescue:/sbin:/bin:/usr/sbin:/usr/bin"'
.else
CFLAGS+= -DCLIENT_PATH='"PATH=/sbin:/bin:/usr/sbin:/usr/bin"'
.endif
CFLAGS+= -Dwarn=dhcp_warn

DPADD=	${LIBDHCP} ${LIBRES} ${LIBOMAPI} ${LIBDST}
LDADD=	${LIBDHCP} ${LIBRES} ${LIBOMAPI} ${LIBDST} 

SCRIPTS=	scripts/freebsd
SCRIPTSNAME=	dhclient-script

MAN=	dhclient.conf.5 dhclient.leases.5
MAN+=	dhclient.8 dhclient-script.8

.include <bsd.prog.mk>
@


1.3
log
@Tweak a couple of utilities so they compile cleanly for /rescue. Mostly
path fixes.

Submitted by:	Tim Kientzle <kientzle@@acm.org>
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2
log
@Style cleanup.

Approved by:	Murray
@
text
@d11 6
a16 1
CFLAGS+= -DCLIENT_PATH='"PATH=/sbin:/bin:/usr/sbin:/usr/bin"' -Dwarn=dhcp_warn
@


1.2.2.1
log
@MFC: bmake glue for DHCP 3.0.1 RC8
@
text
@@


1.2.2.2
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: stable/4/sbin/dhclient/client/Makefile 94421 2002-04-11 10:21:21Z murray $
@


1.1
log
@Makefile glue for DHCP v3 import.
@
text
@a10 1
CFLAGS+= -I${DIST_DIR}/includes -I${DIST_DIR}
d13 2
a14 2
DPADD=  ${LIBDHCP} ${LIBRES} ${LIBOMAPI} ${LIBDST}
LDADD=  ${LIBDHCP} ${LIBRES} ${LIBOMAPI} ${LIBDST} 
@

