aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lastcomm/Makefile
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-26 22:22:19 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-26 22:22:19 +0000
commitfd8879d3f5636ecbe40ada44c4d2cb77f887dfa6 (patch)
tree9f1554aa2737b7a585bf83a5be302cc74bbc5e08 /usr.bin/lastcomm/Makefile
parenta5cef3b45a87082084071275f7c5a1c584a79066 (diff)
downloadsrc-fd8879d3f5636ecbe40ada44c4d2cb77f887dfa6.tar.gz
src-fd8879d3f5636ecbe40ada44c4d2cb77f887dfa6.zip
Staticize, constize, de-registerize; don't shadow global definitions;
set WARNS=2. Submitted by: Mike Barcroft <mike@q9media.com>
Notes
Notes: svn path=/head/; revision=78859
Diffstat (limited to 'usr.bin/lastcomm/Makefile')
-rw-r--r--usr.bin/lastcomm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/lastcomm/Makefile b/usr.bin/lastcomm/Makefile
index 90615739b391..b44dfb881734 100644
--- a/usr.bin/lastcomm/Makefile
+++ b/usr.bin/lastcomm/Makefile
@@ -1,5 +1,7 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= lastcomm
+WARNS?= 2
.include <bsd.prog.mk>