aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-09-07 16:20:38 +0000
committerMark Murray <markm@FreeBSD.org>2001-09-07 16:20:38 +0000
commit73bd08dda440abd6c9e949fad77246520a93b734 (patch)
tree00df23ba8a144e75f5326d9ffc2d411263350eec /usr.bin/su/Makefile
parent92933027f4d5b89bcb662819f7627c3bc8551c4f (diff)
downloadsrc-73bd08dda440abd6c9e949fad77246520a93b734.tar.gz
src-73bd08dda440abd6c9e949fad77246520a93b734.zip
Back out (with prejudice) the last WARNS=2 fix. I cannot understand
its failure mode, and will revisit it later.
Notes
Notes: svn path=/head/; revision=83209
Diffstat (limited to 'usr.bin/su/Makefile')
-rw-r--r--usr.bin/su/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index 7d208430da2d..ccf65365effa 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -6,7 +6,9 @@ PROG= su
DPADD+= ${LIBUTIL} ${LIBPAM}
LDADD+= -lutil ${MINUSLPAM}
-WARNS?= 2
+# Cannot be enabled because of a truly nasty warning/problem
+# concering execv(2)'s second argument.
+#WARNS?= 2
BINMODE=4555
INSTALLFLAGS=-fschg