18ca94afd0b6abc83c2e4ef605ab8b9e1b5d78b8
[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.3 2005/04/03 18:59:24 joerg Exp $
4 #
5
6 PROG=   mount_hpfs
7 SRCS=   mount_hpfs.c getmntopts.c
8 MAN=    mount_hpfs.8
9 WARNS?= 6
10
11 MOUNT=  ${.CURDIR}/../mount
12 CFLAGS+=-I${.CURDIR}/../../sys -I${MOUNT}
13 .PATH:  ${MOUNT}
14
15 .include <bsd.prog.mk>