mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
15 lines
346 B
Makefile
15 lines
346 B
Makefile
|
# New ports collection makefile for: coda6_client
|
||
|
# Date created: 9 September 2003
|
||
|
# Whom: Tim Robbins <tim@robbins.dropbear.id.au>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
COMMENT= Client programs for a replicated high-performance network file system
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../coda6_server
|
||
|
PKGDIR= ${.CURDIR}
|
||
|
|
||
|
CODA_SUITE= client
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|