2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Add dragonfly

This commit is contained in:
Todd C. Miller 2005-06-25 18:33:01 +00:00
parent d281ff77e2
commit 1ddff11130
2 changed files with 20 additions and 0 deletions

10
configure vendored
View File

@ -11324,6 +11324,16 @@ done
: ${with_logincap='maybe'}
: ${with_pam='maybe'}
;;
*-*-dragonfly*)
if test "$with_skey" = "yes"; then
SUDO_LIBS="${SUDO_LIBS} -lmd"
fi
if test "$CHECKSHADOW" = "true"; then
CHECKSHADOW="false"
fi
: ${with_pam='yes'}
: ${with_logincap='yes'}
;;
*-*-*bsd*)
if test "$CHECKSHADOW" = "true"; then
CHECKSHADOW="false"

View File

@ -1540,6 +1540,16 @@ case "$host" in
dnl future versions of NetBSD (> 2.0) may include pam
: ${with_pam='maybe'}
;;
*-*-dragonfly*)
if test "$with_skey" = "yes"; then
SUDO_LIBS="${SUDO_LIBS} -lmd"
fi
if test "$CHECKSHADOW" = "true"; then
CHECKSHADOW="false"
fi
: ${with_pam='yes'}
: ${with_logincap='yes'}
;;
*-*-*bsd*)
if test "$CHECKSHADOW" = "true"; then
CHECKSHADOW="false"