diff options
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index 23361335766..4b5c1317eb6 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 1999/01/04 22:37:29 tv Exp $ +# $NetBSD: Makefile,v 1.5 1999/01/06 01:21:28 tv Exp $ SUBDIR += binutils SUBDIR += i386-linux SUBDIR += i386-linuxglibc1 SUBDIR += i386-msdosdjgpp + SUBDIR += powerpc-netbsd .include "../mk/bsd.pkg.subdir.mk" |