mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
10 lines
144 B
Makefile
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>
|