diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2013-05-16 04:37:03 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2013-05-16 04:37:03 +0000 |
commit | 71fae7d46d482e9299c1ec1453b37ae874ff46ce (patch) | |
tree | 29830e447d751739b744d51f262543790226f825 /cross/Makefile | |
parent | 73bdddcca612cc8b6660a252956bc6efe92dfd49 (diff) | |
download | pkgsrc-71fae7d46d482e9299c1ec1453b37ae874ff46ce.tar.gz |
added libtool-base to keep pkglint happy, but disabled
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index 45419a54542..45561b12252 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2013/04/30 13:27:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.50 2013/05/16 04:37:03 jnemeth Exp $ # COMMENT= Cross-platform development utilities @@ -24,6 +24,7 @@ SUBDIR+= i386-cygwin32 SUBDIR+= i386-linux SUBDIR+= i386-msdosdjgpp SUBDIR+= icdprog +#SUBDIR+= libtool-base # added here to keep pkglint happy SUBDIR+= mingw SUBDIR+= mingw-binutils SUBDIR+= mingw-gcc |