NetBSD/gnu/usr.sbin/Makefile
perry 0785281c8f Add postfix. The postfix-script location issue is still live, but
Wietse seems to think it has to stay in /etc, so it probably will.
2000-05-02 02:07:41 +00:00

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>