diff options
author | fredb <fredb@pkgsrc.org> | 2000-09-29 15:40:27 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-09-29 15:40:27 +0000 |
commit | 4eb78ac859eccf4587a74896fbf9f42e2283c2f1 (patch) | |
tree | ebf9305e184527399397fbd4d41dd946ce600c18 /net/coda5_client | |
parent | 18b224db82c2bdbbe72ee6082188d49c82188081 (diff) | |
download | pkgsrc-4eb78ac859eccf4587a74896fbf9f42e2283c2f1.tar.gz |
Unify ONLY_FOR_PLATFORM to clarify conditions, somewhat, under which
coda/lwp may be built and run. "lwp" needs custom pmap handling in assy
language. Only "lwp" is needed to build and run a coda server; client's
also need to have the MI CODA filesystem enabled. In fact, it seems
that sparc64 has the CODA file system even the assembler in "lwp" is
only for sparc, and mac68k is the only m68k port with the CODA filesystem,
but such would be cumbersome to express with the present framework.
Diffstat (limited to 'net/coda5_client')
-rw-r--r-- | net/coda5_client/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index e2a66ce7aca..2ab5f25d3cc 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/07/31 09:09:57 rh Exp $ +# $NetBSD: Makefile,v 1.25 2000/09/29 15:40:29 fredb Exp $ # DISTNAME= coda-5.3.5 @@ -14,7 +14,9 @@ DEPENDS+= lwp>=1.1:../../devel/lwp DEPENDS+= ncurses>=4.2:../../devel/ncurses DEPENDS+= readline>=4.0:../../devel/readline -#LICENSE= GPL +# Requires "lwp" plus "filesystem CODA" to operate. Should build on +# any NetBSD-*-m68k, though. +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc* ALL_TARGET= coda INSTALL_TARGET= client-install |