summaryrefslogtreecommitdiffstats
path: root/sbin/reboot/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 05:44:23 +0000
committerdd <dd@FreeBSD.org>2001-07-15 05:44:23 +0000
commit3dc8ea94f199090604445dd8874736151c18a054 (patch)
tree27821889cae817af276a2cb02be2e1ecc36249f5 /sbin/reboot/Makefile
parent9d59f764e6d07a6a39a442aed9e46bd5483de81b (diff)
downloadFreeBSD-src-3dc8ea94f199090604445dd8874736151c18a054.zip
FreeBSD-src-3dc8ea94f199090604445dd8874736151c18a054.tar.gz
Constify and set WARNS=2.
Submitted by: Mike Barcroft <mike@q9media.com>
Diffstat (limited to 'sbin/reboot/Makefile')
-rw-r--r--sbin/reboot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile
index 486d880..1629873 100644
--- a/sbin/reboot/Makefile
+++ b/sbin/reboot/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PROG= reboot
+WARNS?= 2
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN= reboot.8 boot_i386.8
OpenPOWER on IntegriCloud