diff options
Diffstat (limited to 'sysutils/amanda-server/Makefile')
-rw-r--r-- | sysutils/amanda-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index 46f9c3c368b..c519b46613a 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/07/13 01:20:14 jlam Exp $ +# $NetBSD: Makefile,v 1.9 1999/08/18 08:28:10 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -41,6 +41,8 @@ CONFIGURE_ARGS+= --with-user=${AMANDA_USER} \ --with-dump-honor-nodump \ --without-client +BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR + post-install: ${MKDIR} ${PREFIX}/share/doc/amanda ${MKDIR} ${PREFIX}/share/examples/amanda |