diff options
-rw-r--r-- | cross/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cross/Makefile b/cross/Makefile index e84e4b876db..f34fbf61fe1 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.8 1999/03/09 11:44:03 agc Exp $ +# $NetBSD: Makefile,v 1.9 1999/04/26 14:12:59 tv Exp $ - SUBDIR += binutils - SUBDIR += i386-linux - SUBDIR += i386-linuxglibc1 - SUBDIR += i386-msdosdjgpp - SUBDIR += powerpc-netbsd - SUBDIR += sparc64-netbsd - SUBDIR += sparc-netbsdelf +# SUBDIR += binutils +# SUBDIR += i386-linux +# SUBDIR += i386-linuxglibc1 +# SUBDIR += i386-msdosdjgpp +# SUBDIR += powerpc-netbsd +# SUBDIR += sparc64-netbsd +# SUBDIR += sparc-netbsdelf SUBDIR += zoularis .include "../mk/bsd.pkg.subdir.mk" |