]> git.armaanb.net Git - opendoas.git/commitdiff
configure: add freebsd support
authorDuncan Overbruck <mail@duncano.de>
Thu, 12 Nov 2020 20:19:55 +0000 (21:19 +0100)
committerDuncan Overbruck <mail@duncano.de>
Thu, 12 Nov 2020 21:29:10 +0000 (22:29 +0100)
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}
                ;;