=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/Makefile.bsd-wrapper,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/sudo/Attic/Makefile.bsd-wrapper 2002/01/14 00:11:44 1.13 +++ src/usr.bin/sudo/Attic/Makefile.bsd-wrapper 2002/01/16 18:09:13 1.14 @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2002/01/14 00:11:44 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.14 2002/01/16 18:09:13 millert Exp $ MAN= sudo.8 sudoers.5 visudo.8 BINOWN= root XCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_OPTS= --prefix=/usr --with-devel --with-execv --with-insults \ - --with-bsdauth --with-env-editor --disable-path-info \ - --with-logfac=authpriv +CONFIGURE_OPTS= --prefix=/usr --with-devel --with-insults --with-bsdauth \ + --with-env-editor --disable-path-info --with-logfac=authpriv .include