head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2004.05.21.22.38.49;	author pjd;	state dead;
branches;
next	1.4;

1.4
date	2004.05.03.07.20.27;	author pjd;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.24.03.46.12;	author bde;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.23.20.06.21;	author pjd;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.19.16.02.08;	author pjd;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove gconcat(8) utility. It was replaced by geom(8).
@
text
@# $FreeBSD: src/sbin/gconcat/Makefile,v 1.4 2004/05/03 07:20:27 pjd Exp $

PROG=	gconcat
MAN=	gconcat.8
DPADD=	${LIBGEOM} ${LIBSBUF} ${LIBBSDXML}
LDADD=	-lgeom -lsbuf -lbsdxml
WARNS?=	6

.include <bsd.prog.mk>
@


1.4
log
@We don't need this any more, while we have /usr/include/geom/concat/.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3
log
@Fixed missing libraries.  This unbreaks the -DNO_DYNAMIC_ROOT and
-DNOSHARED=yes cases.
@
text
@a7 1
CFLAGS+=-I${.CURDIR}/../../sys
@


1.2
log
@- Connect manual page for gconcat utility to the build.
- Fix usage.

Approved by:	scottl (mentor) (implicity)
@
text
@d5 2
a6 2
DPADD=	${LIBGEOM}
LDADD=	-lgeom
@


1.1
log
@Add control utility for disk concatenation (GEOM_CONCAT class).

Reviewed by:	phk, scottl
Approved by:	scottl (mentor)
@
text
@d4 1
a4 2
#MAN=	gconcat.8
NOMAN=	not_yet
@

