summaryrefslogtreecommitdiffstats
path: root/sbin/mount_hpfs/Makefile
blob: c8e0fd2298969bc8dce13fc15d3c19460a93ac2b (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${MOUNT} -DHPFS
.PATH:	${MOUNT}

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