summaryrefslogtreecommitdiffstats
path: root/sbin/mount_hpfs/Makefile
blob: 9e65b8e1833da3ae6d3fee7af31a153aaeda8012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $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