#
# $FreeBSD$
# $Id: Makefile,v 1.12.2.1 2005/05/27 16:28:05 thomas Exp $
#
# avmaicctl - c4b AVM active ISDN card userland configuration tool
#

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

PROG=		avmaicctl
SRCS=		avmaicctl.cc cfgfile.cc cmdopt2.cc config.cc ctlrlist.cc
MAN5=		avmaic.cfg.5
MAN8=		avmaicctl.8

CFLAGS+=	-Wall -pedantic -I$S

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

.include <bsd.prog.mk>

