9 lines
120 B
Makefile
9 lines
120 B
Makefile
|
PROG = isdnmonitor
|
||
|
SRCS = main.c
|
||
|
MAN8 = isdnmonitor.8
|
||
|
|
||
|
# compile debug support
|
||
|
COPTS += -DDEBUG
|
||
|
|
||
|
.include <bsd.prog.mk>
|