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