1#	$OpenBSD: Makefile,v 1.1 2014/12/23 17:16:02 deraadt Exp $
2
3PROG=	mount_cd9660
4SRCS=	mount_cd9660.c getmntopts.c
5MAN=	mount_cd9660.8
6
7MOUNT=	${.CURDIR}/../../../sbin/mount
8CFLAGS+= -I${MOUNT}
9.PATH:	${MOUNT}
10
11.PATH:  ${.CURDIR}/../../../sbin/mount_cd9660
12.include <bsd.prog.mk>
13