blob: 253083aabdbcb87ef516b8d2db31e421932d3f40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.8 2003/01/09 16:57:46 mrg Exp $
# XXX Temporary for NO_SENDMAIL
.include <bsd.own.mk>
SUBDIR= dbsym map-mbone mdsetimage mrinfo mrouted mtrace postfix
.if !defined(NO_SENDMAIL) || ${NO_SENDMAIL} == "no"
SUBDIR+= sendmail
.endif
.include <bsd.subdir.mk>
|