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

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

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

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