xref: /original-bsd/share/tmac/Makefile (revision 907a1f7d)
1#	@(#)Makefile	6.7 (Berkeley) 06/11/90
2
3FILES=	tmac.an tmac.r tmac.doc tmac.andoc
4NOOBJ=	noobj
5
6# old macros not currently installed...
7OFILES=	tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp
8
9all clean cleandir depend lint tags:
10
11install:
12	install -c -o ${BINOWN} -g ${BINOWN} -m 444 ${FILES} \
13	    ${DESTDIR}${BINDIR}/tmac
14
15.include <bsd.prog.mk>
16