Stop toasting folks' /etc/manpath.config files.

This commit is contained in:
Jordan K. Hubbard 1994-05-17 12:50:36 +00:00
parent aa8b11faa3
commit c3331fde7e

View File

@ -25,6 +25,6 @@ ${MAN1}: ${.CURDIR}/manpath.man
${.CURDIR}/manpath.man > ${MAN1}
afterinstall:
install -c -o bin -g bin -m 555 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}
install -c -o bin -g bin -m 555 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
.include <bsd.prog.mk>