diff options
author | tron <tron@pkgsrc.org> | 2000-12-16 22:37:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-12-16 22:37:30 +0000 |
commit | 50698d94cdee69bac7914655f111206a458450cc (patch) | |
tree | c5e5868616d73f5c55914c8fabd202b79829edb1 /emulators/suse_xforms | |
parent | 57b66b0a43dad32a2ad53ca32cb79e12753707b3 (diff) | |
download | pkgsrc-50698d94cdee69bac7914655f111206a458450cc.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_xforms')
-rw-r--r-- | emulators/suse_xforms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_xforms/Makefile b/emulators/suse_xforms/Makefile index 822755cfadf..e646b26f3f5 100644 --- a/emulators/suse_xforms/Makefile +++ b/emulators/suse_xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/05/31 05:02:57 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.8 2000/12/16 22:37:33 tron Exp $ DISTNAME= xforms PKGNAME= suse_xforms-6.3 @@ -19,4 +19,4 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} -.include "../suse_linux/suse.mk" +.include "../suse_linux/Makefile.common" |