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_libc5 | |
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_libc5')
-rw-r--r-- | emulators/suse_libc5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile index c9009f28730..5c1ee8ee8de 100644 --- a/emulators/suse_libc5/Makefile +++ b/emulators/suse_libc5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/05/31 05:02:56 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.14 2000/12/16 22:37:32 tron Exp $ DISTNAME= shlibs5 PKGNAME= suse_libc5-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" |