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.37;	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.18;	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
@# dst
# $FreeBSD: src/sbin/dhclient/dst/Makefile,v 1.4 2004/10/24 15:32:37 ru Exp $

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

.PATH: ${DIST_DIR}/dst

LIB=	 dst
INTERNALLIB=

SRCS=	base64.c dst_api.c dst_support.c hmac_link.c md5_dgst.c prandom.c

CFLAGS+= -DHMAC_MD5 -DMINIRES_LIB

.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
a13 2

NOMAN=			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
d15 2
@


1.2.2.3
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: stable/4/sbin/dhclient/dst/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
a10 1
NOMAN=			true
d12 3
a14 1
SRCS=	 dst_support.c dst_api.c hmac_link.c md5_dgst.c base64.c prandom.c
d16 1
a16 2
#CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) -DHMAC_MD5 -DMINIRES_LIB
CFLAGS+= -I${DIST_DIR}/includes -I${DIST_DIR} -DHMAC_MD5 -DMINIRES_LIB
@

