summaryrefslogtreecommitdiff
path: root/misc
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
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')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/afbackup-client/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index e3619b61e774..f464c8089bc3 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -10,6 +10,7 @@
SUBDIR += aclgen
SUBDIR += acron
SUBDIR += afbackup
+ SUBDIR += afbackup-client
SUBDIR += alevt
SUBDIR += amanda
SUBDIR += amanda24-client
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"
+