345e52e742
- MAN[1-9] -> MAN.
7 lines
89 B
Makefile
7 lines
89 B
Makefile
# $FreeBSD$
|
|
PROG = isdndebug
|
|
SRCS = main.c
|
|
MAN = isdndebug.8
|
|
|
|
.include <bsd.prog.mk>
|