diff options
author | tv <tv@pkgsrc.org> | 1999-01-06 03:43:31 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-01-06 03:43:31 +0000 |
commit | 979ab8073c9db21da906b960fc15cbb23ab82d26 (patch) | |
tree | bc31dadf73c2175137b72e3621004e9b30ad8183 /cross | |
parent | fc9c3bdb9613797066c08cfc5eaf9e1105e2719d (diff) | |
download | pkgsrc-979ab8073c9db21da906b960fc15cbb23ab82d26.tar.gz |
Add and enable cross-sparc64-netbsd.
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 4b5c1317eb6..9f98b8e52a9 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1999/01/06 01:21:28 tv Exp $ +# $NetBSD: Makefile,v 1.6 1999/01/06 03:43:31 tv Exp $ SUBDIR += binutils SUBDIR += i386-linux SUBDIR += i386-linuxglibc1 SUBDIR += i386-msdosdjgpp SUBDIR += powerpc-netbsd + SUBDIR += sparc64-netbsd .include "../mk/bsd.pkg.subdir.mk" |