From eab89324a5a3eca6d76112f570109f571d3378c8 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 3 Jun 1998 13:07:08 +0000 Subject: Include bsd.prefs.mk, so that variables can be set in /etc/mk.conf --- mail/exmh/Makefile | 5 ++++- mail/fetchmail/Makefile | 7 +++---- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'mail') 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 -.endif +.include "../../mk/bsd.prefs.mk" + .if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) CONFIGURE_ARGS += --with-kerberos=/usr .endif -- cgit v1.2.3