diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-02-25 20:25:05 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-02-25 20:25:05 +0000 |
| commit | 463c7e7ac6fa1b4534ec151af325190eaa8bec67 (patch) | |
| tree | 4f3e5c18d3131f6cce40b9d27b7684a572a82ecd /gnu/usr.bin/man/manpath | |
| parent | e6302eab11453088cb0102c9b458a2e7c32e1ba8 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/man/manpath')
| -rw-r--r-- | gnu/usr.bin/man/manpath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index 578ae91f95d8..6633d6c1bd04 100644 --- a/gnu/usr.bin/man/manpath/Makefile +++ b/gnu/usr.bin/man/manpath/Makefile @@ -20,7 +20,7 @@ CLEANFILES+= ${MAN1} MANDEPEND+= ${MAN1} ${MAN1}: ${.CURDIR}/manpath.man - @echo Making ${.TARGET:T} from ${.ALLSRC:T}; \ + @${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \ sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \ -e 's,%pager%,${pager},' -e 's,%troff%,${troff},' \ -e 's,%manpath_config_file%,${manpath_config_file},' \ |
