diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/coda_client/Makefile | 4 | ||||
-rw-r--r-- | net/coda_server/Makefile | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile index f7f0cb71c96..209a702f931 100644 --- a/net/coda_server/Makefile +++ b/net/coda_server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/04/09 21:11:15 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= server-install |