#
# $FreeBSD$
# $Id: Makefile,v 1.4.2.1 2005/05/27 16:29:08 thomas Exp $
#
# ix1actl - IX1 active ISDN boards control program
#

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

PROG=		ix1actl
SRCS=		ix1actl.cc config.cc ctlrlist.cc cfgfile.cc cmdopt2.cc
MAN5=		ix1a.cfg.5
MAN8=		ix1actl.8

CFLAGS+=	-Wall -pedantic -I$S

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

.include <bsd.prog.mk>

