blob: cd738cb77e1f58433ab8b871c01a3e1a52d53ca8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.2 2000/02/08 14:06:01 tron Exp $
# XXX Temporary for NO_SENDMAIL
.include <bsd.own.mk>
.if !defined(NO_SENDMAIL)
SUBDIR+= sendmail
.endif
.include <bsd.subdir.mk>
|