don't need bsd.own.m
[unix-history] / usr / src / old / ms / Makefile
CommitLineData
b6c42c5c 1# @(#)Makefile 5.4 (Berkeley) %G%
662ace95 2
b5f56c60 3MSSRCS= acc.ms cov.ms eqn.ms ref.ms tbl.ms ths.ms toc.ms
b6c42c5c
MK
4TMSRCS= tmac.s tmac.os tmac.scover
5
6# sources for old tmac.*, previously installed in /usr/lib/tmac
7OSRCS= tmac.sdisp tmac.skeep tmac.srefs
b5f56c60 8
8db07ef8 9all clean cleandir depend lint tags:
b5f56c60 10
8db07ef8 11install:
662ace95
KB
12 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${MSSRCS} \
13 ${DESTDIR}${BINDIR}/ms
14 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${TMSRCS} \
15 ${DESTDIR}${BINDIR}/tmac
16
17.include <bsd.own.mk>