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

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

MOUNT=	${.CURDIR}/../mount
CFLAGS+=-I${MOUNT} -DHPFS
WARNS=	0

.PATH:	${MOUNT}

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