diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-19 05:07:04 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-19 05:07:04 +0000 |
commit | 3eb2a5f6942cb5993035f661a22cff6f5d3aba59 (patch) | |
tree | 59bc567b53cfa58067b1eb3bc32e4acf5053710b | |
parent | 81f2811704800932cbd87da1a21c8cf592c763cf (diff) |
Add --disable-path-info to configure flags to match options used
in sudo 1.5.9.
-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 1ca7b5e9f98..3f5328d3c86 100644 --- a/usr.bin/sudo/Makefile.bsd-wrapper +++ b/usr.bin/sudo/Makefile.bsd-wrapper @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 1999/11/18 19:09:13 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 1999/11/19 05:07:03 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-env-editor --with-logfac=authpriv + --with-env-editor --disable-path-info --with-logfac=authpriv .include <bsd.own.mk> |