summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-05-29 21:41:34 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-05-29 21:41:34 +0000
commitf24578c5bd8abdf73ab652de61efaa591be50a06 (patch)
tree00e5d1ec13aa8bc75a56930994c24fc0db3548f3
parenta816fd8a278b5a8e4b3b494210f4a8614a5924d0 (diff)
build with BSD auth support
-rw-r--r--usr.bin/sudo/Makefile.bsd-wrapper4
-rw-r--r--usr.sbin/cron/config.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/sudo/Makefile.bsd-wrapper b/usr.bin/sudo/Makefile.bsd-wrapper
index d5f5ab0950d..265b99d3a65 100644
--- a/usr.bin/sudo/Makefile.bsd-wrapper
+++ b/usr.bin/sudo/Makefile.bsd-wrapper
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2000/09/03 18:41:19 espie Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2001/05/29 21:40:49 millert Exp $
MAN= sudo.8 sudoers.5 visudo.8
XCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_OPTS= --prefix=/usr --with-devel --with-insults --with-logincap \
+CONFIGURE_OPTS= --prefix=/usr --with-devel --with-insults --with-bsdauth \
--with-env-editor --disable-path-info --with-logfac=authpriv
.include <bsd.own.mk>
diff --git a/usr.sbin/cron/config.h b/usr.sbin/cron/config.h
index a0bd8d994c9..956157274f0 100644
--- a/usr.sbin/cron/config.h
+++ b/usr.sbin/cron/config.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: config.h,v 1.9 2001/02/19 14:33:32 millert Exp $ */
+/* $OpenBSD: config.h,v 1.10 2001/05/29 21:41:33 millert Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
* All rights reserved
@@ -92,4 +92,4 @@
#define LOGIN_CAP /*-*/
/* if your OS supports BSD authentication */
-/*#define BSD_AUTH -*/
+#define BSD_AUTH /*-*/