From: Duncan Overbruck Date: Thu, 12 Nov 2020 20:19:55 +0000 (+0100) Subject: configure: add freebsd support X-Git-Tag: v6.8~7 X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=commitdiff_plain;h=46d2543203501994e10bfdac24392653f2325657 configure: add freebsd support --- diff --git a/configure b/configure index f5f3f47..d6c85af 100755 --- 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} ;;