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