changes from Rick Macklem
[unix-history] / usr / src / usr.sbin / sendmail / Makefile
CommitLineData
b1a6b418 1# @(#)Makefile 4.17 (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
EA
10tar: Files
11 tar cf sendmail.tar `cat Files`
12
39d6604d 13.include <bsd.subdir.mk>