From: Todd C. Miller Date: Sat, 25 Jun 2005 18:33:01 +0000 (+0000) Subject: Add dragonfly X-Git-Tag: SUDO_1_7_0~631 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ddff1113007a2e7fdc23859dac7770a5680b34c;p=sudo Add dragonfly --- diff --git a/configure b/configure index 14eb4e543..1a471d573 100755 --- a/configure +++ b/configure @@ -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" diff --git a/configure.in b/configure.in index cedb98856..cb763a623 100644 --- a/configure.in +++ b/configure.in @@ -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"