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