make links work right
[unix-history] / usr / src / share / tmac / Makefile
# @(#)Makefile 6.9 (Berkeley) %G%
FILES= tmac.an.old tmac.r tmac.doc tmac.andoc
LINKS= ${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an
NOOBJ= noobj
# old macros not currently installed...
OFILES= tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp
all clean cleandir depend lint tags:
beforeinstall:
install -c -o ${BINOWN} -g ${BINOWN} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/tmac
.include <bsd.prog.mk>