summaryrefslogtreecommitdiff
path: root/misc/afbackup-client
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-10-02 16:29:20 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-10-02 16:29:20 +0000
commit03484165b6e557c67e325ad6ef0889b89da1815c (patch)
tree17ee12343767bf924ae1fec8658bea6182bac014 /misc/afbackup-client
parentAdd afbackup, AF's backup system. (diff)
Add afbackup-client, a client portion of AF's backup system.
Submitted by: Vadim Belman <voland@catpipe.net>
Notes
Notes: svn path=/head/; revision=48348
Diffstat (limited to 'misc/afbackup-client')
-rw-r--r--misc/afbackup-client/Makefile15
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"
+