Pull WARNS6 into sbin/Makefile.inc, and mark programs that are not WARNS6
[dragonfly.git] / sbin / mount_udf / Makefile
1 # $DragonFly: src/sbin/mount_udf/Makefile,v 1.2 2006/10/17 00:55:42 pavalos Exp $
2
3 PROG=   mount_udf
4 SRCS=   mount_udf.c getmntopts.c
5 MAN=    mount_udf.8
6 WARNS?= 2
7
8 MOUNT=  ${.CURDIR}/../mount
9 CFLAGS+= -I${MOUNT}
10 .PATH:  ${MOUNT}
11
12 .include <bsd.prog.mk>