13 lines
277 B
Makefile
13 lines
277 B
Makefile
# Created by: Tim Robbins <tim@robbins.dropbear.id.au>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 4
|
|
|
|
COMMENT= Client programs for a replicated high-performance network file system
|
|
|
|
MASTERDIR= ${.CURDIR}/../coda6_server
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
CODA_SUITE= client
|
|
|
|
.include "${MASTERDIR}/Makefile"
|