$NetBSD: patch-ax,v 1.2 1999/05/30 18:53:46 tron Exp $

--- postfix-script/Makefile.orig	Sun May 30 20:37:40 1999
+++ postfix-script/Makefile	Sun May 30 20:40:07 1999
@@ -0,0 +1,19 @@
+#	$NetBSD: patch-ax,v 1.2 1999/05/30 18:53:46 tron Exp $
+.include "../conf/main.cf"
+
+.PATH:		${.CURDIR}/../conf
+
+BINDIR=		${PREFIX}/share/postfix
+FILESDIR=	${PREFIX}/share/doc/postfix
+
+# XXX
+.include <bsd.own.mk>
+.if POSTFIX_NOSETGID
+SCRIPTS=	postfix-script-nosgid
+.else
+SCRIPTS=	postfix-script-sgid
+.endif
+SCRIPTSNAME=	postfix-script
+FILES=	LICENSE
+
+.include <bsd.prog.mk>
