b02b5bc5d4
although there is only one file in it because the file is misnamed main.c so the default of isdntest.c doesn't work.
11 lines
143 B
Makefile
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>
|