diff options
author | cjep <cjep@pkgsrc.org> | 2004-01-11 19:41:39 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-01-11 19:41:39 +0000 |
commit | 0bf6bf3ffd8869ff01f70a9f65e805f6ccc1fc6c (patch) | |
tree | 1be8337fef0bcaa1de4d2c0a7bf6acb696db85df /mail | |
parent | 38f87cb60143b97d05de823ee77b313141703f29 (diff) | |
download | pkgsrc-0bf6bf3ffd8869ff01f70a9f65e805f6ccc1fc6c.tar.gz |
Use tabs (not spaces) to make indentation
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-auth/Makefile.authdaemond | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/courier-auth/Makefile.authdaemond b/mail/courier-auth/Makefile.authdaemond index 960cd72e369..bab3a4d721c 100644 --- a/mail/courier-auth/Makefile.authdaemond +++ b/mail/courier-auth/Makefile.authdaemond @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.authdaemond,v 1.4 2002/10/08 23:15:58 jlam Exp $ +# $NetBSD: Makefile.authdaemond,v 1.5 2004/01/11 19:41:39 cjep Exp $ .include "../../mail/courier-auth/Makefile.common" @@ -9,7 +9,7 @@ WRKSRC_FILES= config.guess config.sub configure \ install-sh mkinstalldirs WRKSRC_FILES+= dbobj.h.in dbobj.config.in sysconftool WRKSRC_SUBDIRS= afx bdbobj gdbmobj numlib soxwrap md5 sha1 \ - libhmac random128 unicode rfc822 rfc1035 \ + libhmac random128 unicode rfc822 rfc1035 \ rfc2045 liblock WRKSRC_SUBDIRS+= makedat userdb authlib |