#
# $FreeBSD$
# $Id: Makefile,v 1.11.2.1 2005/05/27 16:28:08 thomas Exp $
#
# capitest - c4b simple test tool
#

S=		${.CURDIR}/../common
.PATH:		$S

PROG=		capitest
SRCS=		capitest.cc config.cc control.cc ctlrinfo.cc capism.cc capiutil.cc \
		batchadmin.cc cmdopt2.cc
MAN=		capitest.8

CFLAGS+=	-Wall -pedantic -I$S

DPADD+=		${LIBCAPI20} ${LIBSTDCPLUSPLUS}
LDADD+=		-lcapi20 -lstdc++

.include <bsd.prog.mk>
