summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cross/Makefile3
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