summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2007-08-01 22:37:29 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2007-08-01 22:37:29 +0000
commit1511e79780f8e785f11ff34e3937135753f492bd (patch)
tree2a0d75a8f40e018d42f6fe37fdaee6e434747497
parentdf9d3b63eb1b315a35cdc9446f6494828e2c4491 (diff)
Enable SUDO_DEVEL to avoid disabling core dumps (they are disabled for setuid by default on OpenBSD)
-rw-r--r--usr.bin/sudo/sudo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/sudo/sudo/Makefile b/usr.bin/sudo/sudo/Makefile
index aca81755377..5f335f85303 100644
--- a/usr.bin/sudo/sudo/Makefile
+++ b/usr.bin/sudo/sudo/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2007/07/26 16:10:16 millert Exp $
+# $OpenBSD: Makefile,v 1.4 2007/08/01 22:37:28 millert Exp $
.PATH: ${.CURDIR}/.. ${.CURDIR}/../auth
@@ -6,6 +6,7 @@ PROG= sudo
BINOWN= root
BINMODE=4555
LINKS= ${BINDIR}/sudo ${BINDIR}/sudoedit
+CFLAGS+=-DSUDO_DEVEL
SRCS= check.c env.c getspwuid.c interfaces.c logging.c memrchr.c parse.c \
set_perms.c sudo.c tgetpass.c zero_bytes.c sudo_auth.c bsdauth.c \