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