6 lines
78 B
Makefile
6 lines
78 B
Makefile
|
PROG = isdndebug
|
||
|
SRCS = main.c
|
||
|
MAN8 = isdndebug.8
|
||
|
|
||
|
.include <bsd.prog.mk>
|