a8264e58be
Fixed some style bugs (some usual ones for LDADD, and some misformattings).
14 lines
181 B
Makefile
14 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = isdnmonitor
|
|
SRCS = main.c curses.c
|
|
MAN8 = isdnmonitor.8
|
|
|
|
# compile debug support
|
|
COPTS += -DDEBUG
|
|
|
|
DPADD = ${LIBCURSES}
|
|
LDADD = -lcurses
|
|
|
|
.include <bsd.prog.mk>
|