diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-09 00:06:11 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-09 00:06:11 +0000 |
commit | 843dd185118a52761e20187bd3f44966db567bac (patch) | |
tree | dda17919de8af425cf5dd412a22b61e706ae15ec /emulators | |
parent | 4368318ee15dd329e4a06a89f4b902457b223a96 (diff) | |
download | pkgsrc-843dd185118a52761e20187bd3f44966db567bac.tar.gz |
Do not include files that don't exist.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse91_base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/suse91_base/Makefile b/emulators/suse91_base/Makefile index 2f79d909fd7..8baa24a0d75 100644 --- a/emulators/suse91_base/Makefile +++ b/emulators/suse91_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/25 10:47:56 tron Exp $ +# $NetBSD: Makefile,v 1.11 2005/07/09 00:06:11 kristerw Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 5 @@ -18,7 +18,9 @@ EXTRACT_ONLY= # empty PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR} LINUX_LIB=${LINUX_LIB} +.if exists(Makefile.${MACHINE_ARCH}) .include "Makefile.${MACHINE_ARCH}" +.endif RPMIGNOREPATH= ./etc/bash.bashrc ./etc/bash_completion.d \ ./etc/cron.daily ./etc/csh.cshrc ./etc/csh.login \ |