diff options
author | tobez <tobez@FreeBSD.org> | 2001-10-03 00:29:20 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-10-03 00:29:20 +0800 |
commit | a2a1d6370b00d79ae3ab8c7b666d71dd3a17a8fd (patch) | |
tree | 835c0c402394c7ea970d0028bedd25f5096283b1 /misc/afbackup-client | |
parent | e8beafb40c46d98046632a1238a502c366e75b32 (diff) | |
download | freebsd-ports-graphics-a2a1d6370b00d79ae3ab8c7b666d71dd3a17a8fd.tar.gz freebsd-ports-graphics-a2a1d6370b00d79ae3ab8c7b666d71dd3a17a8fd.tar.zst freebsd-ports-graphics-a2a1d6370b00d79ae3ab8c7b666d71dd3a17a8fd.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 00000000000..079a34db4bc --- /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" + |