aboutsummaryrefslogtreecommitdiff
path: root/share/me/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/me/Makefile')
-rw-r--r--share/me/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/share/me/Makefile b/share/me/Makefile
new file mode 100644
index 000000000000..6a9d6de5b33c
--- /dev/null
+++ b/share/me/Makefile
@@ -0,0 +1,29 @@
+# @(#)Makefile 8.2 (Berkeley) 3/27/94
+# $FreeBSD$
+
+MELIB= ${BINDIR}/me
+TMLIB= ${BINDIR}/tmac
+MESRCS= acm.me chars.me deltext.me eqn.me float.me footnote.me \
+ index.me letterhead.me local.me null.me refer.me sh.me \
+ tbl.me thesis.me
+TMSRCS= tmac.orig_me
+FILES= ${MESRCS:S/$/.tmp/} ${TMSRCS:S/$/.tmp/} revisions
+CLEANFILES+= ${MESRCS:S/$/.tmp/} ${TMSRCS:S/$/.tmp/}
+
+MAN= orig_me.7
+
+.for file in ${MESRCS} ${TMSRCS}
+${file}.tmp: ${file}
+ sed -f ${.CURDIR}/strip.sed < ${.ALLSRC} > ${.TARGET}
+.endfor
+
+.for file in ${MESRCS:S/$/.tmp/} revisions
+FILESDIR_${file}= ${MELIB}
+FILESNAME_${file}= ${file:R}
+.endfor
+.for file in ${TMSRCS:S/$/.tmp/}
+FILESDIR_${file}= ${TMLIB}
+FILESNAME_${file}= ${file:R}
+.endfor
+
+.include <bsd.prog.mk>