=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/Makefile.bsd-wrapper,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/sudo/Attic/Makefile.bsd-wrapper 2002/01/03 15:25:04 1.12 --- src/usr.bin/sudo/Attic/Makefile.bsd-wrapper 2002/01/14 00:11:44 1.13 *************** *** 1,10 **** ! # $OpenBSD: Makefile.bsd-wrapper,v 1.12 2002/01/03 15:25:04 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-insults --with-bsdauth \ ! --with-env-editor --disable-path-info --with-logfac=authpriv .include --- 1,11 ---- ! # $OpenBSD: Makefile.bsd-wrapper,v 1.13 2002/01/14 00:11:44 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 .include