summaryrefslogtreecommitdiffstats
path: root/usr.bin/id/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-05-28 06:14:48 +0000
committerdd <dd@FreeBSD.org>2001-05-28 06:14:48 +0000
commitec2af058ec624823b0fb46949837acc36211be60 (patch)
tree2a58a10cccc175f5483e49aaacf8d4471cb9e9d1 /usr.bin/id/Makefile
parent9e9f71093e56ae94ce7bf39dcb7108e907676a77 (diff)
downloadFreeBSD-src-ec2af058ec624823b0fb46949837acc36211be60.zip
FreeBSD-src-ec2af058ec624823b0fb46949837acc36211be60.tar.gz
Silence warnings (most about constness) and clamp down with WARNS=2.
Tested on i386 and alpha.
Diffstat (limited to 'usr.bin/id/Makefile')
-rw-r--r--usr.bin/id/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile
index 104d75d..8ecd6e9 100644
--- a/usr.bin/id/Makefile
+++ b/usr.bin/id/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PROG= id
+WARNS?= 2
MAN= id.1 groups.1 whoami.1
# XXX BROKEN: afterinstall:
OpenPOWER on IntegriCloud