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