diff options
author | tron <tron> | 2000-12-16 22:37:30 +0000 |
---|---|---|
committer | tron <tron> | 2000-12-16 22:37:30 +0000 |
commit | 22222451bed4f69c5086cc9edde00a2ea27bcdb5 (patch) | |
tree | c5e5868616d73f5c55914c8fabd202b79829edb1 /emulators/suse_glx | |
parent | b835d2e14cac738ab9b83fed79fcf5a76735bd17 (diff) | |
download | pkgsrc-22222451bed4f69c5086cc9edde00a2ea27bcdb5.tar.gz |
Rename "suse.mk" to "Makefile.common" which is the standard name for
make include files shared between packages.
Diffstat (limited to 'emulators/suse_glx')
-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 02aa2ec8934..123dbd4aaad 100644 --- a/emulators/suse_glx/Makefile +++ b/emulators/suse_glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/16 14:53:38 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/16 22:37:31 tron Exp $ # DISTNAME= suse_glx-6.4 @@ -20,4 +20,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= glx.rpm -.include "../suse_linux/suse.mk" +.include "../suse_linux/Makefile.common" |