diff options
Diffstat (limited to 'usr.bin/sudo/Makefile.bsd-wrapper')
-rw-r--r-- | usr.bin/sudo/Makefile.bsd-wrapper | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/sudo/Makefile.bsd-wrapper b/usr.bin/sudo/Makefile.bsd-wrapper index fa8d6cd38d1..d91cd4700fd 100644 --- a/usr.bin/sudo/Makefile.bsd-wrapper +++ b/usr.bin/sudo/Makefile.bsd-wrapper @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2002/01/03 15:25:04 millert Exp $ +# $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-insults --with-bsdauth \ - --with-env-editor --disable-path-info --with-logfac=authpriv +CONFIGURE_OPTS= --prefix=/usr --with-devel --with-execv --with-insults \ + --with-bsdauth --with-env-editor --disable-path-info \ + --with-logfac=authpriv .include <bsd.own.mk> |