have mailertable look for partial domains as well as full domains
[unix-history] / usr / src / local / tac / Makefile
CommitLineData
3a6aa857 1# Makefile 1.2 %G%
31b629a3 2#
31b629a3 3
3a6aa857
MK
4PROG= tac
5SCRIPT= tmail.sh
6MAN1= tac.0 tmail.0
31b629a3 7
3a6aa857
MK
8afterinstall:
9 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10 ${.CURDIR}/tmail.sh ${DESTDIR}${BINDIR}/tmail
31b629a3 11
3a6aa857 12.include <bsd.prog.mk>