diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/navigator/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 4399bff44e8..97dffa91c3f 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.46 2002/04/05 09:33:21 tron Exp $ +# $NetBSD: Makefile.common,v 1.47 2002/04/05 11:44:55 tron Exp $ # # Common include file for communicator and navigator packages @@ -211,4 +211,6 @@ do-install: .endif +.if (${BINNAME} != "netscape") .include "../../emulators/suse_linux/Makefile.application" +.endif |