aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-09-12 19:15:02 +0000
committerMark Murray <markm@FreeBSD.org>2001-09-12 19:15:02 +0000
commit69ebfe3495ed22873f3e61b523ee551026e2c78d (patch)
tree669c8f446ca11f0c24f385553408046018009334 /usr.bin/su/Makefile
parentfea88e76d775b23be6993679afb540574205802b (diff)
downloadsrc-69ebfe3495ed22873f3e61b523ee551026e2c78d.tar.gz
src-69ebfe3495ed22873f3e61b523ee551026e2c78d.zip
Reinstate complete (and now correctly functioning) WARNS=2.
Notes
Notes: svn path=/head/; revision=83373
Diffstat (limited to 'usr.bin/su/Makefile')
-rw-r--r--usr.bin/su/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index ccf65365effa..7d208430da2d 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -6,9 +6,7 @@ PROG= su
DPADD+= ${LIBUTIL} ${LIBPAM}
LDADD+= -lutil ${MINUSLPAM}
-# Cannot be enabled because of a truly nasty warning/problem
-# concering execv(2)'s second argument.
-#WARNS?= 2
+WARNS?= 2
BINMODE=4555
INSTALLFLAGS=-fschg