diff options
Diffstat (limited to 'sysutils/amanda-client/Makefile')
-rw-r--r-- | sysutils/amanda-client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index 2ea9f71a94a..bb81317dd8a 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/08/10 17:03:01 bouyer Exp $ +# $NetBSD: Makefile,v 1.9 1999/08/18 08:28:09 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -39,6 +39,8 @@ CONFIGURE_ARGS+= --with-user=${AMANDA_USER} \ --with-dump-honor-nodump \ --without-server --without-restore +BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR + .if defined(AMANDA_SMB) CONFIGURE_ARGS+= --with-smbclient DEPENDS+= samba-2.0.5a:../../net/samba |