diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile index ceb88b33777..2596668aa79 100644 --- a/sysutils/amanda-common/Makefile +++ b/sysutils/amanda-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/08/18 08:28:10 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/08/20 06:21:29 garbled Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -14,7 +14,7 @@ HOMEPAGE= http://www.amanda.org/ .if ${OPSYS} == "NetBSD" DEPENDS+= addnerd-1.6:../../sysutils/addnerd -ADDUSER_PROG= addnerd +ADDUSER_PROG= ${PREFIX}/sbin/addnerd AMANDA_GROUP= operator .elif ${OPSYS} == "SunOS" ADDUSER_PROG= useradd |