summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-21 02:10:26 +0000
committerdd <dd@FreeBSD.org>2001-06-21 02:10:26 +0000
commit869b11442ded05e5e48acc47ea0896d83d8ea198 (patch)
tree8d1ef80a8f6a0b3e2e2387bd0ba23dbfbaecd51f /sbin/mdconfig/Makefile
parentea812de5fbc6857b0657cc67544c3a73895ef4fa (diff)
downloadFreeBSD-src-869b11442ded05e5e48acc47ea0896d83d8ea198.zip
FreeBSD-src-869b11442ded05e5e48acc47ea0896d83d8ea198.tar.gz
Constify mdmaybeload(), add a prototype for usage(), and get rid of a
sizeof(int) == sizeof(long) assumption; clamp down with WARNS=2.
Diffstat (limited to 'sbin/mdconfig/Makefile')
-rw-r--r--sbin/mdconfig/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile
index 3abf56b..e6f2db4 100644
--- a/sbin/mdconfig/Makefile
+++ b/sbin/mdconfig/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PROG= mdconfig
+WARNS?= 2
MAN= mdconfig.8
MLINKS= mdconfig.8 vnconfig.8
OpenPOWER on IntegriCloud