diff options
Diffstat (limited to 'emulators/suse100_glx/Makefile')
-rw-r--r-- | emulators/suse100_glx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/suse100_glx/Makefile b/emulators/suse100_glx/Makefile index 7d31ec5d4f8..9d3b39044e8 100644 --- a/emulators/suse100_glx/Makefile +++ b/emulators/suse100_glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/06/30 16:20:23 salo Exp $ +# $NetBSD: Makefile,v 1.4 2007/04/19 15:30:21 xtraeme Exp $ DISTNAME= suse_glx-${SUSE_VERSION} PKGREVISION= 2 @@ -17,9 +17,7 @@ NO_BUILD= YES LIBTOOLIZE_PLIST= NO PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -.if exists(Makefile.${MACHINE_ARCH}) -.include "Makefile.${MACHINE_ARCH}" -.endif +SUSE_INCLUDE_MAKEFILE_ARCH= yes .include "../../emulators/suse100_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" |