#
# $FreeBSD$
# $Id: Makefile,v 1.6.2.1 2005/05/27 16:28:18 thomas Exp $
#
# daicctl - c4b Diehl legacy active ISDN card userland configuration tool
#

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

PROG=		daicctl
SRCS=		daicctl.cc cfgfile.cc cmdopt2.cc config.cc ctlrlist.cc
MAN5=		daic.cfg.5
MAN8=		daicctl.8

CFLAGS+=	-Wall -pedantic -I$S

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

.include <bsd.prog.mk>

