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_server | |
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_server')
-rw-r--r-- | net/coda5_server/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile index 1bda2d31551..99a9d28cde9 100644 --- a/net/coda5_server/Makefile +++ b/net/coda5_server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/07/31 08:42:01 rh Exp $ +# $NetBSD: Makefile,v 1.25 2000/09/29 15:40:29 fredb Exp $ # DISTNAME= coda-5.3.5 @@ -14,7 +14,8 @@ DEPENDS+= lwp>=1.1:../../devel/lwp DEPENDS+= ncurses>=4.2:../../devel/ncurses DEPENDS+= readline>=4.0:../../devel/readline -#LICENSE= GPL +# Only enable platforms that can build "lwp". +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc ALL_TARGET= coda INSTALL_TARGET= server-install |