# $FreeBSD$ PROG = isdnmonitor SRCS = main.c curses.c MAN8 = isdnmonitor.8 # compile debug support COPTS += -DDEBUG DPADD = ${LIBCURSES} LDADD = -lcurses .include