1#	$OpenBSD: Makefile,v 1.2 2023/08/14 08:56:21 kn Exp $
2
3PROG=	mount_udf
4SRCS=	mount_udf.c getmntopts.c
5
6MOUNT=	${.CURDIR}/../../../sbin/mount
7CFLAGS+= -I${MOUNT}
8.PATH:	${MOUNT}
9
10.PATH:  ${.CURDIR}/../../../sbin/mount_udf
11.include <bsd.prog.mk>
12