diff options
| author | perry <perry@NetBSD.org> | 2000-05-31 17:02:55 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2000-05-31 17:02:55 +0000 |
| commit | e646bf24a7249a8e491d8a8cbad97d786d437050 (patch) | |
| tree | fe6a3bb5dc240a14a11be7d1a6cc71adba5fd080 /gnu | |
| parent | 53c8f0ac37d2c48baf156a27b0c7b5754b00c80e (diff) | |
Add sample-filter.cf
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.sbin/postfix/conf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.sbin/postfix/conf/Makefile b/gnu/usr.sbin/postfix/conf/Makefile index d30ef5b3083..11db6691b40 100644 --- a/gnu/usr.sbin/postfix/conf/Makefile +++ b/gnu/usr.sbin/postfix/conf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/05/02 02:33:05 perry Exp $ +# $NetBSD: Makefile,v 1.3 2000/05/31 17:02:55 perry Exp $ BINDIR= ${PFIX_EXAMPLEDIR} @@ -9,7 +9,8 @@ DIST= ${.CURDIR}/../../../dist/postfix/conf FILES= LICENSE access aliases canonical main.cf master.cf \ relocated sample-aliases.cf sample-canonical.cf \ - sample-debug.cf sample-ldap.cf sample-local.cf \ + sample-debug.cf sample-filter.cf sample-ldap.cf \ + sample-local.cf \ sample-misc.cf sample-pcre.cf sample-rate.cf \ sample-regexp.cf sample-relocated.cf \ sample-resource.cf sample-rewrite.cf \ |
