]> git.armaanb.net Git - opendoas.git/blobdiff - configure
use wheel group on MacOSX
[opendoas.git] / configure
index f8d351b46a405d854a75e917f498e2032e9f4168..f5f3f47309d78f1c7641f3aedcf62fe2f8cc4669 100755 (executable)
--- a/configure
+++ b/configure
@@ -119,6 +119,9 @@ case "$OS" in
                printf 'LDFLAGS  +=     -lutil\n' >>$CONFIG_MK
                : ${BINGRP:=wheel}
                ;;
+       darwin)
+               : ${BINGRP:=wheel}
+               ;;
 esac
 
 : ${PREFIX:=/usr/local}