aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mptable/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-09-30 04:09:21 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-09-30 04:09:21 +0000
commit8c489d725d4e4fc90a8c949482420c8a68b85cd1 (patch)
tree136d2140a2d751b920003a693254b8e3933ef85e /usr.sbin/mptable/Makefile
parent00f553ed0c395d00926d721893a6d46eadcb1bf1 (diff)
downloadsrc-8c489d725d4e4fc90a8c949482420c8a68b85cd1.tar.gz
src-8c489d725d4e4fc90a8c949482420c8a68b85cd1.zip
Make this build and work on amd64 (sledge at least).
Notes
Notes: svn path=/head/; revision=120590
Diffstat (limited to 'usr.sbin/mptable/Makefile')
-rw-r--r--usr.sbin/mptable/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/mptable/Makefile b/usr.sbin/mptable/Makefile
index cff7602f1e66..a9221f979c6d 100644
--- a/usr.sbin/mptable/Makefile
+++ b/usr.sbin/mptable/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
PROG= mptable
+WARNS?= 6
.include <bsd.prog.mk>