diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 19:08:44 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 19:08:44 +0000 |
commit | 44fe7680c4b4730c41f0cedd95cc4779aaa0eec2 (patch) | |
tree | 804a013a7ec6bbef1dd66efb131204c096be42a0 /net/coda_client | |
parent | 3fe7edf2399886ec0fb2bc928971ac6543d869ad (diff) | |
download | pkgsrc-44fe7680c4b4730c41f0cedd95cc4779aaa0eec2.tar.gz |
Exclude these from alpha, because noone has written assembler for it yet.
Diffstat (limited to 'net/coda_client')
-rw-r--r-- | net/coda_client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile index 580b9b8ffb5..8d3d9d12cab 100644 --- a/net/coda_client/Makefile +++ b/net/coda_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/04/09 21:11:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/04/26 19:08:44 garbled Exp $ # DISTNAME= coda-4.6.6 @@ -13,6 +13,8 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/ DEPENDS+= gdbm-1.7.3:../../databases/gdbm DEPENDS+= readline-2.2:../../devel/readline +NOT_FOR_ARCHS= alpha # needs custom asm. + ALL_TARGET= coda INSTALL_TARGET= client-install |