diff options
author | tv <tv> | 1999-02-03 13:01:33 +0000 |
---|---|---|
committer | tv <tv> | 1999-02-03 13:01:33 +0000 |
commit | 7cad4d39c028560c16012c03349024dde769a3a0 (patch) | |
tree | 82d62fb0ec4abdfc826224cb1c6d43329ea4c83d /cross/Makefile | |
parent | e29b5f8146935f4e3e76932dede497d28820930e (diff) | |
download | pkgsrc-7cad4d39c028560c16012c03349024dde769a3a0.tar.gz |
Add sparc-netbsdelf.
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 9f98b8e52a9..0ea69cd9658 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/01/06 03:43:31 tv Exp $ +# $NetBSD: Makefile,v 1.7 1999/02/03 13:01:33 tv Exp $ SUBDIR += binutils SUBDIR += i386-linux @@ -6,5 +6,6 @@ SUBDIR += i386-msdosdjgpp SUBDIR += powerpc-netbsd SUBDIR += sparc64-netbsd + SUBDIR += sparc-netbsdelf .include "../mk/bsd.pkg.subdir.mk" |