diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-10-02 16:29:20 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-10-02 16:29:20 +0000 |
commit | 03484165b6e557c67e325ad6ef0889b89da1815c (patch) | |
tree | 17ee12343767bf924ae1fec8658bea6182bac014 /misc/afbackup-client | |
parent | b3b6fd596b0c46e5e9a456fc7dec795806594f03 (diff) | |
download | freebsd-ports-03484165b6e557c67e325ad6ef0889b89da1815c.zip |
Add afbackup-client, a client portion of AF's backup system.
Submitted by: Vadim Belman <voland@catpipe.net>
Diffstat (limited to 'misc/afbackup-client')
-rw-r--r-- | misc/afbackup-client/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/afbackup-client/Makefile b/misc/afbackup-client/Makefile new file mode 100644 index 000000000000..079a34db4bc3 --- /dev/null +++ b/misc/afbackup-client/Makefile @@ -0,0 +1,15 @@ +# ports collection makefile for: afbackup-client +# Date created: 21 Sep 2001 +# Whom: Vadim Belman <voland@catpipe.net> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -client + +WITHOUT_SERVER= yes + +MASTERDIR= ${.CURDIR}/../afbackup + +.include "${MASTERDIR}/Makefile" + |