Add the preconv utility from mandoc project

it recodes multibyte UNIX manual files into mandoc(1)
This commit is contained in:
Baptiste Daroussin 2014-11-22 20:55:36 +00:00
parent 6cfe9d90da
commit 4357ec0f20
2 changed files with 8 additions and 0 deletions

View File

@ -129,6 +129,7 @@ SUBDIR= alias \
pathchk \
perror \
pr \
preconv \
printenv \
printf \
procstat \

7
usr.bin/preconv/Makefile Normal file
View File

@ -0,0 +1,7 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../contrib/mdocml
PROG= preconv
.include <bsd.prog.mk>