diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/afbackup-server/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index f464c8089bc3..d36ef5047b96 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -11,6 +11,7 @@ SUBDIR += acron SUBDIR += afbackup SUBDIR += afbackup-client + SUBDIR += afbackup-server SUBDIR += alevt SUBDIR += amanda SUBDIR += amanda24-client diff --git a/misc/afbackup-server/Makefile b/misc/afbackup-server/Makefile new file mode 100644 index 000000000000..59d703a484ba --- /dev/null +++ b/misc/afbackup-server/Makefile @@ -0,0 +1,15 @@ +# ports collection makefile for: afbackup-client +# Date created: 21 Sep 2001 +# Whom: Vadim Belman <voland@catpipe.net> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -server + +WITHOUT_CLIENT= yes + +MASTERDIR= ${.CURDIR}/../afbackup + +.include "${MASTERDIR}/Makefile" + |