summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-09-07 16:20:38 +0000
committermarkm <markm@FreeBSD.org>2001-09-07 16:20:38 +0000
commit0c5fbd643b66df381a714aa62efea551e98afae8 (patch)
tree00df23ba8a144e75f5326d9ffc2d411263350eec /usr.bin/su/Makefile
parentcefec83f16afb81d6b3c9846ad58cbb207bbd5a4 (diff)
downloadFreeBSD-src-0c5fbd643b66df381a714aa62efea551e98afae8.zip
FreeBSD-src-0c5fbd643b66df381a714aa62efea551e98afae8.tar.gz
Back out (with prejudice) the last WARNS=2 fix. I cannot understand
its failure mode, and will revisit it later.
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 7d20843..ccf6536 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
OpenPOWER on IntegriCloud