diff options
Diffstat (limited to 'misc/amanda')
-rw-r--r-- | misc/amanda/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda/Makefile b/misc/amanda/Makefile index 6e23ad77ed2..d6272d9b87c 100644 --- a/misc/amanda/Makefile +++ b/misc/amanda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1998/08/20 15:17:12 tsarna Exp $ +# $NetBSD: Makefile,v 1.18 1998/10/19 15:56:22 tsarna Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -20,7 +20,7 @@ AMANDA_GROUP= operator USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-user=${AMANDA_USER} --with-group=${AMANDA_GROUP} \ - --with-mmap + --with-mmap --with-amandahosts CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" pre-install: |