Pull in some of the lpt_port_test fixes from lpt.c.
[unix-history] / share / tmac / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 6.13 (Berkeley) 3/20/91
2
3BINDIR= /usr/share
7f83893e 4FILES= tmac.andoc
15637ed4
RG
5MSRCS= doc doc-ditroff doc-common doc-nroff doc-syms
6LINKS= ${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an
7NOOBJ= noobj
8
9# old macros not currently installed...
7f83893e 10OFILES= tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old
15637ed4
RG
11
12all clean cleandir depend lint tags:
13
fa813dac
NW
14strip.sed:
15 ln -s ../me/strip.sed strip.sed
16
17beforeinstall: strip.sed
15637ed4
RG
18 for i in ${MSRCS}; do \
19 sed -f strip.sed < $$i > ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
20 chown ${BINOWN}.${BINGRP} ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
21 chmod 444 ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
22 done
23 install -c -o ${BINOWN} -g ${BINOWN} -m 444 ${FILES} \
24 ${DESTDIR}${BINDIR}/tmac
25
26
27.include <bsd.prog.mk>