Don't escape names in MLINKS: this won't work with bsd.man.mk,v 1.53.

This commit is contained in:
Ruslan Ermilov 2003-09-07 12:52:17 +00:00
parent f05a427aa6
commit 7b0ac2826b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119837

View File

@ -3,6 +3,6 @@
PROG= test
LINKS= ${BINDIR}/test ${BINDIR}/[
MLINKS= test.1 '[.1'
MLINKS= test.1 [.1
.include <bsd.prog.mk>