Silence `make -s' (echo -> ${ECHO}).

Fixed some style bugs.
This commit is contained in:
bde 2003-04-13 14:16:06 +00:00
parent b290b293cf
commit 07ee1f9a02

View File

@ -2,9 +2,8 @@
PROG= isdntest
MAN= isdntest.8
SRCS= main.c
install:
@echo isdntest is not installed automatically
@${ECHO} "isdntest is not installed automatically"
.include <bsd.prog.mk>