1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/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>