diff options
Diffstat (limited to 'emulators/suse_glx/Makefile')
-rw-r--r-- | emulators/suse_glx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_glx/Makefile b/emulators/suse_glx/Makefile index f4fe731f10b..5dc4e305e50 100644 --- a/emulators/suse_glx/Makefile +++ b/emulators/suse_glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:36:08 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/09/18 16:25:23 jmmv Exp $ DISTNAME= glx PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -20,5 +20,5 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" |