386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 13 Jul 1992 09:10:27 +0000 (01:10 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 13 Jul 1992 09:10:27 +0000 (01:10 -0800)
Work on file usr/othersrc/share/tmac/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/othersrc/share/tmac/Makefile [new file with mode: 0644]

diff --git a/usr/othersrc/share/tmac/Makefile b/usr/othersrc/share/tmac/Makefile
new file mode 100644 (file)
index 0000000..920d59c
--- /dev/null
@@ -0,0 +1,24 @@
+#      @(#)Makefile    6.13 (Berkeley) 3/20/91
+
+BINDIR= /usr/share
+FILES= tmac.andoc tmac.doc.old
+MSRCS=  doc doc-ditroff doc-common doc-nroff doc-syms
+LINKS= ${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an
+NOOBJ= noobj
+
+# old macros not currently installed...
+OFILES=        tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp
+
+all clean cleandir depend lint tags:
+
+beforeinstall:
+       for i in ${MSRCS}; do \
+               sed -f strip.sed < $$i > ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
+               chown ${BINOWN}.${BINGRP} ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
+               chmod 444 ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
+       done
+       install -c -o ${BINOWN} -g ${BINOWN} -m 444 ${FILES} \
+               ${DESTDIR}${BINDIR}/tmac
+
+
+.include <bsd.prog.mk>