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

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

# compile debug support
COPTS	+=	-DDEBUG

DPADD	=	${LIBCURSES}
LDADD	=	-lcurses

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