diff options
author | ru <ru@FreeBSD.org> | 2003-09-07 12:52:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-09-07 12:52:17 +0000 |
commit | df4589455a04590956da365e9faf99e834dfe63f (patch) | |
tree | 7199de52c85def2341bfc88048abba780d97ea73 /bin/test | |
parent | 29332e48cc71d7ad6d8a08a3ad75761b922d5439 (diff) | |
download | FreeBSD-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/test')
-rw-r--r-- | bin/test/Makefile | 2 |
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> |