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