xref: /dragonfly/sbin/mount_hpfs/Makefile (revision 0bb9290e)
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
6PROG=	mount_hpfs
7SRCS=	mount_hpfs.c getmntopts.c
8MAN=	mount_hpfs.8
9WARNS?=	6
10
11MOUNT=	${.CURDIR}/../mount
12CFLAGS+=-I${.CURDIR}/../../sys -I${MOUNT}
13.PATH:	${MOUNT}
14
15.include <bsd.prog.mk>
16