11 lines
143 B
Makefile
Raw Normal View History

1999-12-14 21:14:28 +00:00
# $FreeBSD$
PROG= isdntest
MAN= isdntest.8
SRCS= main.c
install:
@${ECHO} "isdntest is not installed automatically"
.include <bsd.prog.mk>