diff options
author | tv <tv@pkgsrc.org> | 1999-01-06 01:21:28 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-01-06 01:21:28 +0000 |
commit | 23ab7ed92f939d1ee23fa255fb86fad8d5c7d89d (patch) | |
tree | 4758fbe7b83449f816c705b7c1d47c2111de37fa /cross | |
parent | d290475a76f69f81f61a2d3ce38c0b018ecbaac9 (diff) | |
download | pkgsrc-23ab7ed92f939d1ee23fa255fb86fad8d5c7d89d.tar.gz |
Add and enable [cross-]powerpc-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 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" |