diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/afbackup-client/Makefile | 15 |
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" + |