head	1.3;
access;
symbols
	RELENG_5_5_0_RELEASE:1.1
	RELENG_5_5:1.1.0.12
	RELENG_5_5_BP:1.1
	RELENG_5_4_0_RELEASE:1.1
	RELENG_5_4:1.1.0.10
	RELENG_5_4_BP:1.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.3
date	2005.06.07.04.02.10;	author brooks;	state dead;
branches;
next	1.2;

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

1.1
date	2003.03.25.03.16.53;	author mdodd;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove the bits to build the isc-dhclient.
@
text
@# $FreeBSD: src/sbin/dhclient/omshell/Makefile,v 1.2 2005/01/28 16:08:05 ru Exp $

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

.PATH: ${DIST_DIR}/dhcpctl

PROG=	omshell

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

.include <bsd.prog.mk>
@


1.2
log
@Let bsd.prog.mk set SRCS and MAN to their default values.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Hook omshell(1) up to the build.
@
text
@a7 1
SRCS=	omshell.c
a11 2
MAN=	omshell.1

@

