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

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

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

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