diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-29 21:41:34 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-29 21:41:34 +0000 |
commit | f24578c5bd8abdf73ab652de61efaa591be50a06 (patch) | |
tree | 00e5d1ec13aa8bc75a56930994c24fc0db3548f3 /usr.bin | |
parent | a816fd8a278b5a8e4b3b494210f4a8614a5924d0 (diff) |
build with BSD auth support
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sudo/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 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> |