3 --- postfix-script/Makefile.orig Sun May 30 20:37:40 1999
4 +++ postfix-script/Makefile Sun May 30 20:40:07 1999
6 +# $NetBSD: patch-ax,v 1.1 1999/05/30 18:18:32 tron Exp $
7 +.include "../conf/main.cf"
9 +.PATH: ${.CURDIR}/../conf
11 +BINDIR= ${PREFIX}/share/postfix
12 +FILESDIR= ${PREFIX}/share/doc/postfix
15 +.include <bsd.own.mk>
17 +SCRIPTS= postfix-script-nosgid
19 +SCRIPTS= postfix-script-sgid
21 +SCRIPTSNAME= postfix-script
24 +.include <bsd.prog.mk>