From 919f326101ec009f8991a62c891b27e68b6126a2 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 26 Mar 2003 18:12:02 +0000 Subject: Include bsd.pkg.mk unconditionally at the end of the package Makefile since the suse/Makefile.application file doesn't include it for us anymore. --- www/mozilla-linux/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/mozilla-linux/Makefile b/www/mozilla-linux/Makefile index 5119d5e38c2..72c40232524 100644 --- a/www/mozilla-linux/Makefile +++ b/www/mozilla-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/03/18 07:21:39 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/26 18:12:02 jlam Exp $ # DISTNAME= mozilla-i686-pc-linux-gnu-1.3 @@ -47,7 +47,6 @@ ARCH=${MACHINE_ARCH:C/i[3-6]86/i386/g} .if exists(Makefile.${OPSYS}.${ARCH}) . include "Makefile.${OPSYS}.${ARCH}" -.else -. include "../../mk/bsd.pkg.mk" .endif +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3