Add afbackup-client, a client portion of AF's backup system.

Submitted by:	Vadim Belman <voland@catpipe.net>
This commit is contained in:
Anton Berezin 2001-10-02 16:29:20 +00:00
parent b3b6fd596b
commit 03484165b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48348
2 changed files with 16 additions and 0 deletions

View file

@ -10,6 +10,7 @@
SUBDIR += aclgen
SUBDIR += acron
SUBDIR += afbackup
SUBDIR += afbackup-client
SUBDIR += alevt
SUBDIR += amanda
SUBDIR += amanda24-client

View file

@ -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"