vnconfig: raise WARNS and fix resulting warnings
[dragonfly.git] / usr.sbin / vnconfig / Makefile
1 # $FreeBSD: src/usr.sbin/vnconfig/Makefile,v 1.5.2.1 2001/04/25 12:11:10 ru Exp $
2 # $DragonFly: src/usr.sbin/vnconfig/Makefile,v 1.2 2003/06/17 04:30:04 dillon Exp $
3
4 PROG=           vnconfig
5 MAN=            vnconfig.8
6 MLINKS= vnconfig.8 swapfile.8
7
8 WARNS?= 6
9
10 .include <bsd.prog.mk>