freebsd-dev/usr.sbin/i4b/isdnmonitor/Makefile

14 lines
181 B
Makefile
Raw Normal View History

1999-12-14 21:14:28 +00:00
# $FreeBSD$
PROG = isdnmonitor
1999-12-14 21:14:28 +00:00
SRCS = main.c curses.c
MAN8 = isdnmonitor.8
# compile debug support
COPTS += -DDEBUG
DPADD = ${LIBCURSES}
LDADD = -lcurses
1999-12-14 21:14:28 +00:00
.include <bsd.prog.mk>