aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lastcomm/Makefile
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2007-05-03 13:57:19 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2007-05-03 13:57:19 +0000
commit61f31ed6cf30ff5b62cf1b3d7fb08c83e99c57ba (patch)
treec95717bb23fb127ec2170d1345f3b8b4a33c6894 /usr.bin/lastcomm/Makefile
parentd7a1f74bec9e8eea966c475766ba48f6a30f81bb (diff)
downloadsrc-61f31ed6cf30ff5b62cf1b3d7fb08c83e99c57ba.tar.gz
src-61f31ed6cf30ff5b62cf1b3d7fb08c83e99c57ba.zip
Initialise variable size so that reading stdin works deterministically.
Add missing include. Default to WARNS=6.
Notes
Notes: svn path=/head/; revision=169235
Diffstat (limited to 'usr.bin/lastcomm/Makefile')
-rw-r--r--usr.bin/lastcomm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/lastcomm/Makefile b/usr.bin/lastcomm/Makefile
index 13f0fe6df654..be75109790b7 100644
--- a/usr.bin/lastcomm/Makefile
+++ b/usr.bin/lastcomm/Makefile
@@ -2,5 +2,6 @@
# $FreeBSD$
PROG= lastcomm
+WARNS?= 6
.include <bsd.prog.mk>