diff options
author | Peter Wemm <peter@FreeBSD.org> | 2003-09-30 04:09:21 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2003-09-30 04:09:21 +0000 |
commit | 8c489d725d4e4fc90a8c949482420c8a68b85cd1 (patch) | |
tree | 136d2140a2d751b920003a693254b8e3933ef85e /usr.sbin/mptable/Makefile | |
parent | 00f553ed0c395d00926d721893a6d46eadcb1bf1 (diff) | |
download | src-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/Makefile | 1 |
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> |