diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2003-04-13 14:16:06 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2003-04-13 14:16:06 +0000 |
| commit | 2f162d5e6ca721dea1d73e634a95f6f4369615d1 (patch) | |
| tree | 694d221d785c2ec608be22f792dab5856bc2a5ea | |
| parent | d76abd273924982f4ab21530d88597dfe76fe58c (diff) | |
Notes
| -rw-r--r-- | usr.sbin/i4b/isdntest/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/i4b/isdntest/Makefile b/usr.sbin/i4b/isdntest/Makefile index 2a677e9e814a..2802f1fee236 100644 --- a/usr.sbin/i4b/isdntest/Makefile +++ b/usr.sbin/i4b/isdntest/Makefile @@ -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> |
