diff options
author | agc <agc@pkgsrc.org> | 1998-06-03 13:07:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-03 13:07:08 +0000 |
commit | eab89324a5a3eca6d76112f570109f571d3378c8 (patch) | |
tree | df77ead1991f443f78e95e25bc423cb0863677cf /mail/exmh/Makefile | |
parent | 44f0c77ed2fd6cc79333f97ec2135dbbd0d25698 (diff) | |
download | pkgsrc-eab89324a5a3eca6d76112f570109f571d3378c8.tar.gz |
Include bsd.prefs.mk, so that variables can be set in /etc/mk.conf
Diffstat (limited to 'mail/exmh/Makefile')
-rw-r--r-- | mail/exmh/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index 6d231f3e75a..09dfb5b229d 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/24 09:20:35 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/06/03 13:10:25 agc Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -12,6 +12,9 @@ PATCHFILES= utils.patch folderNew.patch extrasInit.patch exec.patch \ app-defaults.patch pgpMisc.patch seditMime.patch mime.patch \ bindings.patch html_bindings.patch find.patch mh.patch \ pgp.patch + +.include "../../mk/bsd.prefs.mk" + # User contributed and "new features". Some not useable as-is. PATCHFILES+= seditpost.patch inc.patch next.patch # XXX pgpExec.patch has got confused paths (supplied as patch-as) |