diff options
Diffstat (limited to 'sysutils/amanda-common/Makefile.common')
-rw-r--r-- | sysutils/amanda-common/Makefile.common | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common index a42a48ce5e6..61ec3897c3c 100644 --- a/sysutils/amanda-common/Makefile.common +++ b/sysutils/amanda-common/Makefile.common @@ -1,13 +1,12 @@ -# $NetBSD: Makefile.common,v 1.8 2002/08/25 21:50:54 jlam Exp $ +# $NetBSD: Makefile.common,v 1.9 2002/09/05 18:07:54 jschauma Exp $ # # common make file fragment shared by all amanda-* pkgs. # -.if ${OPSYS} == "NetBSD" -AMANDA_GROUP?= operator -.elif ${OPSYS} == "SunOS" +.if ${OPSYS} == "SunOS" AMANDA_GROUP?= sysadmin -.elif ${OPSYS} == "Darwin" +.else +# NetBSD, Linux and Darwin AMANDA_GROUP?= operator .endif |