head	1.4;
access;
symbols
	RELENG_5_5_0_RELEASE:1.1.6.1
	RELENG_5_5:1.1.6.1.0.4
	RELENG_5_5_BP:1.1.6.1
	RELENG_5_4_0_RELEASE:1.1.6.1
	RELENG_5_4:1.1.6.1.0.2
	RELENG_5_4_BP:1.1.6.1
	RELENG_5_3_0_RELEASE:1.1
	RELENG_5_3:1.1.0.8
	RELENG_5_3_BP:1.1
	RELENG_5:1.1.0.6
	RELENG_5_BP:1.1
	RELENG_5_2_1_RELEASE:1.1
	RELENG_5_2_0_RELEASE:1.1
	RELENG_5_2:1.1.0.4
	RELENG_5_2_BP:1.1
	RELENG_5_1_0_RELEASE:1.1
	RELENG_5_1:1.1.0.2
	RELENG_5_1_BP:1.1;
locks; strict;
comment	@# @;


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

1.3
date	2004.12.21.08.47.07;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	2004.10.24.15.32.37;	author ru;	state Exp;
branches;
next	1.1;

1.1
date	2003.03.25.03.16.52;	author mdodd;	state Exp;
branches
	1.1.6.1;
next	;

1.1.6.1
date	2005.02.13.07.23.18;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove the bits to build the isc-dhclient.
@
text
@# $FreeBSD: src/sbin/dhclient/dhcpctl/Makefile,v 1.3 2004/12/21 08:47:07 ru Exp $

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

.PATH: ${DIST_DIR}/dhcpctl

LIB=	dhcpctl
INTERNALLIB=

SRCS=	dhcpctl.c callback.c remote.c

MAN=	dhcpctl.3
NO_MAN=

.include <bsd.lib.mk>
@


1.3
log
@Start the dreaded NOFOO -> NO_FOO conversion.

OK'ed by:	core
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@For variables that are only checked with defined(), don't provide
any fake value.
@
text
@d13 1
a13 1
NOMAN=
@


1.1
log
@Hook omshell(1) up to the build.
@
text
@d8 1
a8 1
INTERNALLIB=	true
d13 1
a13 1
NOMAN=	true
@


1.1.6.1
log
@MFC: For variables that are only checked with defined(), don't provide
     any fake value.
@
text
@d8 1
a8 1
INTERNALLIB=
d13 1
a13 1
NOMAN=
@


