summaryrefslogtreecommitdiffstats
path: root/share/sgml/FreeBSD/rep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/sgml/FreeBSD/rep/Makefile')
-rw-r--r--share/sgml/FreeBSD/rep/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/share/sgml/FreeBSD/rep/Makefile b/share/sgml/FreeBSD/rep/Makefile
new file mode 100644
index 0000000..e1a112e
--- /dev/null
+++ b/share/sgml/FreeBSD/rep/Makefile
@@ -0,0 +1,13 @@
+# $Id:$
+
+FILES= html.general html.mapping html.math latex.general latex.mapping
+FILES+= latex.math nroff.general nroff.mapping nroff.math
+NOOBJ= noobj
+
+all clean cleandir depend lint tags:
+
+afterinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${DESTDIR}${BINDIR}/rep
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud