From 0785281c8f7fda3b408669db7b73f570d8a4c980 Mon Sep 17 00:00:00 2001 From: perry Date: Tue, 2 May 2000 02:07:41 +0000 Subject: [PATCH] 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. --- gnu/usr.sbin/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/usr.sbin/Makefile b/gnu/usr.sbin/Makefile index cd738cb77e1f..c4e08ac60b87 100644 --- a/gnu/usr.sbin/Makefile +++ b/gnu/usr.sbin/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2000/02/08 14:06:01 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/05/02 02:07:41 perry Exp $ # XXX Temporary for NO_SENDMAIL .include +SUBDIR= postfix + .if !defined(NO_SENDMAIL) SUBDIR+= sendmail .endif