summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/citrix_ica/Makefile8
-rw-r--r--net/edonkey2k/Makefile3
2 files changed, 6 insertions, 5 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile
index 978da2b8ca7..e46cfdfadae 100644
--- a/net/citrix_ica/Makefile
+++ b/net/citrix_ica/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/03/14 10:15:55 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2003/03/26 04:05:42 jschauma Exp $
#
# A default so lintpkgsrc is happy
@@ -81,7 +81,7 @@ do-install:
${MV} ${CDIR}/util/icalicense.sh.fixed ${CDIR}/util/icalicense.sh
.if (${MACHINE_ARCH} == "i386")
-.include "../../emulators/suse_linux/Makefile.application"
-.else
-.include "../../mk/bsd.pkg.mk"
+. include "../../emulators/suse_linux/Makefile.application"
.endif
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/edonkey2k/Makefile b/net/edonkey2k/Makefile
index 89adc997b82..a2a028eaf9e 100644
--- a/net/edonkey2k/Makefile
+++ b/net/edonkey2k/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/06/28 11:30:51 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2003/03/26 04:05:42 jschauma Exp $
#
DISTNAME= donkey
@@ -30,3 +30,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
.include "../../emulators/suse_linux/Makefile.application"
+.include "../../mk/bsd.pkg.mk"