Pawel Jakub Dawidek 53ddc946b8 - Connect manual page for gconcat utility to the build.
- Fix usage.

Approved by:	scottl (mentor) (implicity)
2004-02-23 20:06:21 +00:00

11 lines
139 B
Makefile

# $FreeBSD$
PROG= gconcat
MAN= gconcat.8
DPADD= ${LIBGEOM}
LDADD= -lgeom
WARNS?= 6
CFLAGS+=-I${.CURDIR}/../../sys
.include <bsd.prog.mk>