head	1.5;
access;
symbols
	RELENG_5_5_0_RELEASE:1.3.8.1
	RELENG_5_5:1.3.8.1.0.4
	RELENG_5_5_BP:1.3.8.1
	RELENG_5_4_0_RELEASE:1.3.8.1
	RELENG_5_4:1.3.8.1.0.2
	RELENG_5_4_BP:1.3.8.1
	RELENG_4_11_0_RELEASE:1.2.2.2
	RELENG_4_11:1.2.2.2.0.10
	RELENG_4_11_BP:1.2.2.2
	RELENG_5_3_0_RELEASE:1.3
	RELENG_5_3:1.3.0.10
	RELENG_5_3_BP:1.3
	RELENG_5:1.3.0.8
	RELENG_5_BP:1.3
	RELENG_4_10_0_RELEASE:1.2.2.2
	RELENG_4_10:1.2.2.2.0.8
	RELENG_4_10_BP:1.2.2.2
	RELENG_5_2_1_RELEASE:1.3
	RELENG_5_2_0_RELEASE:1.3
	RELENG_5_2:1.3.0.6
	RELENG_5_2_BP:1.3
	RELENG_4_9_0_RELEASE:1.2.2.2
	RELENG_4_9:1.2.2.2.0.6
	RELENG_4_9_BP:1.2.2.2
	RELENG_5_1_0_RELEASE:1.3
	RELENG_5_1:1.3.0.4
	RELENG_5_1_BP:1.3
	RELENG_4_8_0_RELEASE:1.2.2.2
	RELENG_4_8:1.2.2.2.0.4
	RELENG_4_8_BP:1.2.2.2
	RELENG_5_0_0_RELEASE:1.3
	RELENG_5_0:1.3.0.2
	RELENG_5_0_BP:1.3
	RELENG_4_7_0_RELEASE:1.2.2.2
	RELENG_4_7:1.2.2.2.0.2
	RELENG_4_7_BP:1.2.2.2
	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.5
date	2005.06.07.04.02.09;	author brooks;	state dead;
branches;
next	1.4;

1.4
date	2004.10.24.15.32.36;	author ru;	state Exp;
branches;
next	1.3;

1.3
date	2002.05.13.11.09.05;	author ru;	state Exp;
branches
	1.3.8.1;
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.3.8.1
date	2005.02.13.07.23.17;	author obrien;	state Exp;
branches;
next	;

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

1.2.2.2
date	2002.07.19.18.46.27;	author ru;	state Exp;
branches;
next	1.2.2.3;

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


desc
@@


1.5
log
@Remove the bits to build the isc-dhclient.
@
text
@# common
# $FreeBSD: src/sbin/dhclient/common/Makefile,v 1.4 2004/10/24 15:32:36 ru Exp $

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

.PATH: ${DIST_DIR}/common

LIB=	dhcp
INTERNALLIB=

SRCS=	alloc.c bpf.c comapi.c conflex.c ctrace.c discover.c dispatch.c \
	dlpi.c dns.c ethernet.c execute.c fddi.c icmp.c inet.c lpf.c \
	memory.c nit.c options.c packet.c parse.c print.c raw.c resolv.c \
	socket.c tables.c tr.c tree.c upf.c

CFLAGS+= -I${DIST_DIR}

MAN=	dhcp-eval.5 dhcp-options.5

.include <bsd.lib.mk>
@


1.4
log
@For variables that are only checked with defined(), don't provide
any fake value.
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.3
log
@Removed now unused INTERNALSTATICLIB.
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
@
text
@d9 1
a9 1
INTERNALLIB=		true
@


1.3.8.1
log
@MFC: For variables that are only checked with defined(), don't provide
     any fake value.
@
text
@d9 1
a9 1
INTERNALLIB=
@


1.2
log
@Style cleanup.

Approved by:	Murray
@
text
@a9 1
INTERNALSTATICLIB=	true
@


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


1.2.2.2
log
@MFC: new bsd.lib.mk API.
@
text
@d10 1
@


1.2.2.3
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: stable/4/sbin/dhclient/common/Makefile 100377 2002-07-19 18:46:30Z ru $
@


1.1
log
@Makefile glue for DHCP v3 import.
@
text
@a8 1
NOPROFILE=		true
a9 1
NOPIC=			true
d12 4
a15 4
SRCS=   raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c	\
	socket.c lpf.c dlpi.c packet.c tr.c ethernet.c memory.c print.c	\
	options.c inet.c tree.c tables.c alloc.c fddi.c ctrace.c dns.c	\
	resolv.c execute.c discover.c comapi.c
d17 1
a17 1
CFLAGS+= -I${DIST_DIR}/includes -I${DIST_DIR}
@

