mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
15 lines
291 B
Makefile
15 lines
291 B
Makefile
# Created by: Tim Robbins <tim@robbins.dropbear.id.au>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
|
|
COMMENT= Client programs for a replicated high-performance network file system
|
|
|
|
MASTERDIR= ${.CURDIR}/../coda6_server
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
CODA_SUITE= client
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|