63b2201716
mozilla-bin/Makefile.common and mozilla-bin-nightly/Makefile.common. the result is much less duplication and more consistent installations. tested on NetBSD-current only (for now).
9 lines
252 B
Makefile
9 lines
252 B
Makefile
# $NetBSD: Makefile,v 1.13 2004/01/04 05:01:02 grant Exp $
|
|
|
|
MOZILLA= mozilla
|
|
MOZ_VER= 1.5
|
|
|
|
ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86 NetBSD-*-i386
|
|
ONLY_FOR_PLATFORM+= SunOS-5.[789]*-sparc SunOS-5.[89]*-i386
|
|
|
|
.include "../../www/mozilla-bin/Makefile.common"
|