diff options
author | enami <enami@pkgsrc.org> | 1999-08-20 14:05:15 +0000 |
---|---|---|
committer | enami <enami@pkgsrc.org> | 1999-08-20 14:05:15 +0000 |
commit | 7c48325cfac729eba1be4ae39063f223ef4fdb6e (patch) | |
tree | 4d5c9b749e132f8fc1440decd1389cca83319465 /mail/nmh | |
parent | b39c9a4a758994049f7b1ebf8a497ff72c48ddba (diff) | |
download | pkgsrc-7c48325cfac729eba1be4ae39063f223ef4fdb6e.tar.gz |
Add NMH_HASH_BACKUP to BUILD_DEFS.
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index c4ea1bd3961..9edc0abb73f 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 1999/08/18 08:53:33 agc Exp $ +# $NetBSD: Makefile,v 1.28 1999/08/20 14:05:15 enami Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # @@ -42,7 +42,7 @@ RESTRICTED= uses Kerberos encryption code DOCDIR= share/doc/nmh -BUILD_DEFS+= USE_KERBEROS4 NMH_MTA NMH_EDITOR NMH_PAGER +BUILD_DEFS+= USE_KERBEROS4 NMH_MTA NMH_EDITOR NMH_PAGER NMH_HASH_BACKUP # Since we patch the autoconf files as well as their outputs, avoid attempt # to regenerate header input files with 'autoheader' by Makefile. |