summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-03-16 02:15:32 +0000
committermillert <millert@openbsd.org>2003-03-16 02:15:32 +0000
commit08b02cc9a9cbde7292fef0e384997a7e8b756cf4 (patch)
treed17bee597be894e85c4d5d4b12bc007c67aee2ef
parentA better explanation of why we need to operate hil keyboards in raw mode. (diff)
downloadwireguard-openbsd-08b02cc9a9cbde7292fef0e384997a7e8b756cf4.tar.xz
wireguard-openbsd-08b02cc9a9cbde7292fef0e384997a7e8b756cf4.zip
Don't need to link in kerberos or skey libs anymore; we use BSD auth
-rw-r--r--usr.bin/sudo/Makefile.bsd-wrapper14
1 files changed, 1 insertions, 13 deletions
diff --git a/usr.bin/sudo/Makefile.bsd-wrapper b/usr.bin/sudo/Makefile.bsd-wrapper
index 3d7e184be98..2f89c058d89 100644
--- a/usr.bin/sudo/Makefile.bsd-wrapper
+++ b/usr.bin/sudo/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.16 2003/03/15 19:26:28 millert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.17 2003/03/16 02:15:32 millert Exp $
MAN= sudo.8 sudoers.5 visudo.8
BINOWN= root
@@ -8,18 +8,6 @@ CONFIGURE_OPTS= --prefix=/usr --with-devel --with-insults --with-bsdauth \
.include <bsd.own.mk>
-.if (${SKEY:L} == "yes")
-CONFIGURE_OPTS+=--with-skey
-LDADD+= -lskey
-DPADD+= ${LIBSKEY}
-.endif
-
-.if (${KERBEROS:L} == "yes")
-CONFIGURE_OPTS+=--with-kerb4
-LDADD+= -lkrb -ldes -lkafs
-DPADD+= ${LIBKRB} ${LIBDES} ${LIBKAFS}
-.endif
-
all: config.status
${MAKE}