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