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

PROG=	mount_hpfs
SRCS=	mount_hpfs.c getmntopts.c

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

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