aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wake
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2010-02-09 17:16:13 +0000
committerWarner Losh <imp@FreeBSD.org>2010-02-09 17:16:13 +0000
commitb207c9d8568d3a77f7d669b84234ccff73bb56ff (patch)
tree5da16af97e34914bf8b109caa0a959926e1662f4 /usr.sbin/wake
parentc97a53e8b9b1fd1c095e7aa246f00951ca6211df (diff)
Notes
Diffstat (limited to 'usr.sbin/wake')
-rw-r--r--usr.sbin/wake/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/wake/Makefile b/usr.sbin/wake/Makefile
index 938fc663e0fdb..f75d4693d1b53 100644
--- a/usr.sbin/wake/Makefile
+++ b/usr.sbin/wake/Makefile
@@ -3,4 +3,6 @@
PROG= wake
MAN= wake.8
+WARNS?= 3
+
.include <bsd.prog.mk>