summaryrefslogtreecommitdiffstats
path: root/share/sgml/FreeBSD/rep/Makefile
diff options
context:
space:
mode:
authorjfieber <jfieber@FreeBSD.org>1995-05-09 23:19:47 +0000
committerjfieber <jfieber@FreeBSD.org>1995-05-09 23:19:47 +0000
commit7f720ca67970af708bab8df8588060527ecf305d (patch)
treeff3486c815b58739ba6beefe9fbc05e501d0da20 /share/sgml/FreeBSD/rep/Makefile
parent9f49101aff0f80c8283bb5a524a8131ba900222d (diff)
parente466ffc54dd5937d615db06a1b497efed87548a0 (diff)
downloadFreeBSD-src-7f720ca67970af708bab8df8588060527ecf305d.zip
FreeBSD-src-7f720ca67970af708bab8df8588060527ecf305d.tar.gz
This commit was generated by cvs2svn to compensate for changes in r8394,
which included commits to RCS files with non-trunk default branches.
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