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

PROG	=	isdnmonitor
SRCS	=	main.c curses.c

# compile debug support
COPTS	+=	-DDEBUG

DPADD	=	${LIBCURSES}
LDADD	=	-lcurses

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