diff options
author | jlam <jlam> | 2007-08-01 18:52:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-08-01 18:52:25 +0000 |
commit | 17cfcc32c96ee5f2234596a961984e1428066845 (patch) | |
tree | 15cca42c27faa280fa6ad13002e372d1ea4f853a /emulators/suse91_32_locale | |
parent | c20f805f82477032e2261562c62c2fc09ba1f989 (diff) | |
download | pkgsrc-17cfcc32c96ee5f2234596a961984e1428066845.tar.gz |
Write out the path to the Makefile to include so that lintpkgsrc won't
complain.
Diffstat (limited to 'emulators/suse91_32_locale')
-rw-r--r-- | emulators/suse91_32_locale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse91_32_locale/Makefile b/emulators/suse91_32_locale/Makefile index 63d32a5075e..3832debfd86 100644 --- a/emulators/suse91_32_locale/Makefile +++ b/emulators/suse91_32_locale/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.1 2007/07/29 08:55:37 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/01 18:52:32 jlam Exp $ SUSE_COMPAT32= yes -.include "${.CURDIR}/../${.CURDIR:T:S/_32_/_/}/Makefile" +.include "${.CURDIR}/../suse91_locale/Makefile" |