From 314f490c5b08a926928e41900d70f3c2de246ba5 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 1 Feb 2004 00:32:38 +0000 Subject: Use the new compiler selection framework instead of the old one. --- mk/bsd.prefs.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mk/bsd.prefs.mk') diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 6d6f9a25e7f..ef1b0e5708a 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.145 2004/01/27 02:36:59 jlam Exp $ +# $NetBSD: bsd.prefs.mk,v 1.146 2004/02/01 00:32:38 jlam Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -463,10 +463,10 @@ WRKDIR?= ${BUILD_DIR}/${WRKDIR_BASENAME} # WRKLOG?= ${WRKDIR}/.work.log -.if exists(${.CURDIR}/../../mk/compiler.mk) -. include "../../mk/compiler.mk" -.elif exists(${.CURDIR}/../mk/compiler.mk) -. include "../mk/compiler.mk" +.if exists(${.CURDIR}/../../mk/compiler/bsd.compiler.mk) +. include "../../mk/compiler/bsd.compiler.mk" +.elif exists(${.CURDIR}/../mk/compiler/bsd.compiler.mk) +. include "../mk/compiler/bsd.compiler.mk" .endif .endif # BSD_PKG_MK -- cgit v1.2.3