freebsd-dev/usr.sbin/i4b/isdntest/Makefile
2001-03-26 14:42:20 +00:00

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>