diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-15 23:31:20 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-15 23:31:20 +0000 |
commit | 829badf1cd93f360a8b8f2d5eb95f2d56ec80688 (patch) | |
tree | 573e0df911c25c4d951625809eb87a79b35415a2 /usr.bin/mandoc | |
parent | f840d367f60d7a58e0a1ce8fdc9c91de270c8eb0 (diff) | |
download | FreeBSD-src-829badf1cd93f360a8b8f2d5eb95f2d56ec80688.zip FreeBSD-src-829badf1cd93f360a8b8f2d5eb95f2d56ec80688.tar.gz |
Remove bad and useless LINKS
Diffstat (limited to 'usr.bin/mandoc')
-rw-r--r-- | usr.bin/mandoc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile index e55405b..5368689 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -6,7 +6,6 @@ MDOCMLDIR= ${.CURDIR}/../../contrib/mdocml PROG= mandoc FILES= example.style.css style.css FILESDIR= ${SHAREDIR}/mdocml -LINKS= mdocml MAN= mandoc.1 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 # roff.7 MLINKS= mandoc.1 mdocml.1 |