sync up to hp300/hp300/trap.c 7.26
[unix-history] / usr / src / usr.sbin / sendmail / Makefile
CommitLineData
9daa2dd8 1# @(#)Makefile 6.2 (Berkeley) %G%
63b261a5 2
39d6604d 3SUBDIR= mailstats praliases
63b261a5 4
39d6604d
KB
5# don't trivially install sendmail
6.if !make(install)
7SUBDIR+=src
8.endif
ae2d3983 9
b1a6b418 10tar: Files
9daa2dd8 11 tar chf sendmail.tar `cat Files`
b1a6b418 12
39d6604d 13.include <bsd.subdir.mk>