substantial changes to handle CS subdomain
[unix-history] / usr / src / usr.sbin / sendmail / Makefile
... / ...
CommitLineData
1# @(#)Makefile 4.16 (Berkeley) %G%
2
3SUBDIR= mailstats praliases
4
5# don't trivially install sendmail
6.if !make(install)
7SUBDIR+=src
8.endif
9
10.include <bsd.subdir.mk>