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 | |
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')
-rw-r--r-- | mail/exmh/Makefile | 5 | ||||
-rw-r--r-- | mail/fetchmail/Makefile | 7 |
2 files changed, 7 insertions, 5 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) diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index b8689acde4d..38de3c7bb0b 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/05/10 10:30:15 mycroft Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/03 13:10:25 agc Exp $ # $FreeBSD Id: Makefile,v 1.55 1998/01/29 17:13:07 ache Exp # @@ -12,9 +12,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 -.if exists(/etc/mk.conf) -.include </etc/mk.conf> -.endif +.include "../../mk/bsd.prefs.mk" + .if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) CONFIGURE_ARGS += --with-kerberos=/usr .endif |