From df4589455a04590956da365e9faf99e834dfe63f Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 7 Sep 2003 12:52:17 +0000 Subject: Don't escape names in MLINKS: this won't work with bsd.man.mk,v 1.53. --- bin/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/test/Makefile') 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 -- cgit v1.1