diff options
| author | perry <perry@NetBSD.org> | 2000-04-30 21:21:50 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2000-04-30 21:21:50 +0000 |
| commit | 6fb7e48183c4f4fdafe31f1b0cefa8e0188d18d8 (patch) | |
| tree | 2be7190c1b2e11d684a303e7c027042ecd428b07 /gnu/usr.sbin/postfix/postfix-script | |
| parent | 78391926bff913607f81f33b6967f532547f1d32 (diff) | |
initial commit of postfix reachover build. Still some nits left.
Diffstat (limited to 'gnu/usr.sbin/postfix/postfix-script')
| -rw-r--r-- | gnu/usr.sbin/postfix/postfix-script/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.sbin/postfix/postfix-script/Makefile b/gnu/usr.sbin/postfix/postfix-script/Makefile new file mode 100644 index 00000000000..219dfe1c3e6 --- /dev/null +++ b/gnu/usr.sbin/postfix/postfix-script/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2000/04/30 21:22:11 perry Exp $ + +DIST= ${.CURDIR}/../../../dist/postfix/conf +.PATH: ${DIST} + +# XXX Should go in /usr/libexec/postfix, but we'll need some source +# changes before we can do that for real. Meanwhile, /etc/postfix +#BINDIR= ${PFIX_LIBEXECDIR} +BINDIR= ${PFIX_ETCDIR} + +SCRIPTS= postfix-script-sgid +SCRIPTSNAME= postfix-script + +.include <bsd.prog.mk> |
