We need to include "../../emulators/suse_linux/Makefile.application" to
be able to use "${SUSE_DIR_PREFIX}".
This commit is contained in:
parent
e58967ce6b
commit
a45f986161
3 changed files with 5 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2002/01/01 19:22:06 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2002/04/05 09:33:22 tron Exp $
|
||||
#
|
||||
|
||||
COMMENT= Netscape communicator - Digital UNIX/Linux/SunOS binary
|
||||
|
@ -7,5 +7,3 @@ BINNAME= communicator
|
|||
DIST_SDIR_NAME= complete_install
|
||||
|
||||
.include "../navigator/Makefile.common"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.26 2001/02/17 17:22:15 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2002/04/05 09:33:21 tron Exp $
|
||||
#
|
||||
|
||||
COMMENT= Netscape navigator standalone browser - Digital UNIX/Linux/SunOS binary
|
||||
|
@ -7,5 +7,3 @@ BINNAME= navigator
|
|||
DIST_SDIR_NAME= navigator_standalone
|
||||
|
||||
.include "../navigator/Makefile.common"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.45 2002/04/05 09:25:41 tron Exp $
|
||||
# $NetBSD: Makefile.common,v 1.46 2002/04/05 09:33:21 tron Exp $
|
||||
#
|
||||
# Common include file for communicator and navigator packages
|
||||
|
||||
|
@ -210,3 +210,5 @@ do-install:
|
|||
.endif
|
||||
|
||||
.endif
|
||||
|
||||
.include "../../emulators/suse_linux/Makefile.application"
|
||||
|
|
Loading…
Reference in a new issue