0785281c8f
Wietse seems to think it has to stay in /etc, so it probably will.
13 lines
209 B
Makefile
13 lines
209 B
Makefile
# $NetBSD: Makefile,v 1.3 2000/05/02 02:07:41 perry Exp $
|
|
|
|
# XXX Temporary for NO_SENDMAIL
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= postfix
|
|
|
|
.if !defined(NO_SENDMAIL)
|
|
SUBDIR+= sendmail
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|