diff options
Diffstat (limited to 'sysutils/amanda-client/Makefile')
-rw-r--r-- | sysutils/amanda-client/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index f985fc4f024..9259937ec98 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/21 15:31:05 agc Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/20 20:09:51 tron Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -44,7 +44,4 @@ CONFIGURE_ARGS+= --with-smbclient DEPENDS+= samba-2.0.3:../../net/samba .endif -CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" - - .include "../../mk/bsd.pkg.mk" |