summaryrefslogtreecommitdiffstats
path: root/sbin/mount_hpfs/Makefile
blob: 084377407787f48f00fe3337e59a6eccd2fd856d (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