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