summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-07 12:52:17 +0000
committerru <ru@FreeBSD.org>2003-09-07 12:52:17 +0000
commitdf4589455a04590956da365e9faf99e834dfe63f (patch)
tree7199de52c85def2341bfc88048abba780d97ea73 /bin
parent29332e48cc71d7ad6d8a08a3ad75761b922d5439 (diff)
downloadFreeBSD-src-df4589455a04590956da365e9faf99e834dfe63f.zip
FreeBSD-src-df4589455a04590956da365e9faf99e834dfe63f.tar.gz
Don't escape names in MLINKS: this won't work with bsd.man.mk,v 1.53.
Diffstat (limited to 'bin')
-rw-r--r--bin/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test/Makefile b/bin/test/Makefile
index c1bc62c..7c64b40 100644
--- a/bin/test/Makefile
+++ b/bin/test/Makefile
@@ -3,6 +3,6 @@
PROG= test
LINKS= ${BINDIR}/test ${BINDIR}/[
-MLINKS= test.1 '[.1'
+MLINKS= test.1 [.1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud