version distributed with 4.2BSD, dated Jul 10, 1983
[unix-history] / usr / src / old / ms / Makefile
CommitLineData
662ace95
KB
1# @(#)Makefile 5.3 (Berkeley) %G%
2
b5f56c60
KB
3MSSRCS= acc.ms cov.ms eqn.ms ref.ms tbl.ms ths.ms toc.ms
4TMSRCS= tmac.os tmac.s
5
8db07ef8 6all clean cleandir depend lint tags:
b5f56c60 7
8db07ef8 8install:
662ace95
KB
9 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${MSSRCS} \
10 ${DESTDIR}${BINDIR}/ms
11 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${TMSRCS} \
12 ${DESTDIR}${BINDIR}/tmac
13
14.include <bsd.own.mk>