freebsd-dev/usr.sbin/i4b/isdntest/Makefile
1999-12-14 21:14:28 +00:00

10 lines
144 B
Makefile

# $FreeBSD$
PROG = isdntest
SRCS = main.c
MAN8 = isdntest.8
install:
@echo isdntest is not installed automatically
.include <bsd.prog.mk>