345e52e742
- MAN[1-9] -> MAN.
10 lines
143 B
Makefile
10 lines
143 B
Makefile
# $FreeBSD$
|
|
PROG = isdntest
|
|
SRCS = main.c
|
|
MAN = isdntest.8
|
|
|
|
install:
|
|
@echo isdntest is not installed automatically
|
|
|
|
.include <bsd.prog.mk>
|