summaryrefslogtreecommitdiffstats
path: root/sbin/mount_hpfs/Makefile
blob: de78dafcb1c5ba06b57c92d98730d9055b472051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# $FreeBSD$
#

PROG=	mount_hpfs
SRCS=	mount_hpfs.c getmntopts.c
MAN=	mount_hpfs.8

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} -DHPFS
.PATH:	${MOUNT}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud