commit 46d2543203501994e10bfdac24392653f2325657
parent 790aab481bcc7ce668cc651004579b10840d4a13
Author: Duncan Overbruck <mail@duncano.de>
Date: Thu, 12 Nov 2020 21:19:55 +0100
configure: add freebsd support
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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}
;;