11 lines
190 B
Makefile
11 lines
190 B
Makefile
# $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>
|