summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/isdnmonitor/Makefile
blob: bad57590e796ec48edddfe02bfc6c4254beb222a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PROG	=	isdnmonitor
SRCS	=	main.c curses.c
MAN8	=	isdnmonitor.8

# compile debug support
COPTS	+=	-DDEBUG

DPADD	=	${LIBCURSES}
LDADD	=	-lcurses

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud