freebsd-dev/usr.sbin/i4b/isdntest/Makefile
Bruce Evans b02b5bc5d4 Oops. Back out a style "fix" in the previous commit. SRCS must be defined
although there is only one file in it because the file is misnamed main.c
so the default of isdntest.c doesn't work.
2003-04-13 14:21:56 +00:00

11 lines
143 B
Makefile

# $FreeBSD$
PROG= isdntest
MAN= isdntest.8
SRCS= main.c
install:
@${ECHO} "isdntest is not installed automatically"
.include <bsd.prog.mk>