summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \