diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-bin/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla-bin/Makefile.common b/www/mozilla-bin/Makefile.common index 31719457bb9..d9614f37ea0 100644 --- a/www/mozilla-bin/Makefile.common +++ b/www/mozilla-bin/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2004/06/23 13:01:01 grant Exp $ +# $NetBSD: Makefile.common,v 1.20 2004/06/23 13:32:05 grant Exp $ # DISTNAME= # see Makefile.${OPSYS}.${ARCH} @@ -66,7 +66,7 @@ MESSAGE_SRC+= ${.CURDIR}/../../www/mozilla-bin/MESSAGE.compat_linux # non-linux builds are "unofficial" and in contrib/ MOZ_CONTRIB?= contrib/ . if defined(MOZ_PLATFORM) && ${MOZ_PLATFORM} == "linux" -MOZ_CONTRIB= # empty +MOZ_CONTRIB?= # empty . endif # Linux builds on NetBSD |