Pull WARNS6 into sbin/Makefile.inc, and mark programs that are not WARNS6
[dragonfly.git] / sbin / mount_hpfs / Makefile
1 #
2 # $FreeBSD: src/sbin/mount_hpfs/Makefile,v 1.1.2.1 2001/04/25 10:58:35 ru Exp $
3 # $DragonFly: src/sbin/mount_hpfs/Makefile,v 1.4 2006/10/17 00:55:42 pavalos Exp $
4 #
5
6 PROG=   mount_hpfs
7 SRCS=   mount_hpfs.c getmntopts.c
8 MAN=    mount_hpfs.8
9
10 MOUNT=  ${.CURDIR}/../mount
11 CFLAGS+=-I${.CURDIR}/../../sys -I${MOUNT}
12 .PATH:  ${MOUNT}
13
14 .include <bsd.prog.mk>