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_x11/Makefile | |
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_x11/Makefile')
-rw-r--r-- | emulators/suse_x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_x11/Makefile b/emulators/suse_x11/Makefile index 896f5df9f72..e7b211bf760 100644 --- a/emulators/suse_x11/Makefile +++ b/emulators/suse_x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/05/31 05:02:57 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2000/12/16 22:37:33 tron Exp $ DISTNAME= suse_x11-6.3 CATEGORIES= emulators @@ -18,4 +18,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= xshared.rpm xpm.rpm -.include "../suse_linux/suse.mk" +.include "../suse_linux/Makefile.common" |