summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-22 20:55:36 +0000
committerbapt <bapt@FreeBSD.org>2014-11-22 20:55:36 +0000
commit3eb1e99eb531099c9e51be290ab6941c5fe5a80a (patch)
tree6d10071a2766bca3570d113e03e76aab49a2b71f /usr.bin
parent62797787b72502299aaca232337a94ade10717c3 (diff)
downloadFreeBSD-src-3eb1e99eb531099c9e51be290ab6941c5fe5a80a.zip
FreeBSD-src-3eb1e99eb531099c9e51be290ab6941c5fe5a80a.tar.gz
Add the preconv utility from mandoc project
it recodes multibyte UNIX manual files into mandoc(1)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile1
-rw-r--r--usr.bin/preconv/Makefile7
2 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index ccff4eb..6b37c1b 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -129,6 +129,7 @@ SUBDIR= alias \
pathchk \
perror \
pr \
+ preconv \
printenv \
printf \
procstat \
diff --git a/usr.bin/preconv/Makefile b/usr.bin/preconv/Makefile
new file mode 100644
index 0000000..860ba26
--- /dev/null
+++ b/usr.bin/preconv/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../contrib/mdocml
+
+PROG= preconv
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud