diff options
author | tv <tv@pkgsrc.org> | 1999-02-03 13:01:33 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-02-03 13:01:33 +0000 |
commit | 5d61a3b6462e2fdabe138f03dfcd6a864142f5cb (patch) | |
tree | 82d62fb0ec4abdfc826224cb1c6d43329ea4c83d /cross | |
parent | 09690789b826f183a1e9979ef39315804f76aee0 (diff) | |
download | pkgsrc-5d61a3b6462e2fdabe138f03dfcd6a864142f5cb.tar.gz |
Add sparc-netbsdelf.
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 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" |