1# $OpenBSD: Makefile,v 1.2 2005/03/29 18:28:49 pedro Exp $ 2 3PROG= mount_udf 4SRCS= mount_udf.c getmntopts.c 5MAN= mount_udf.8 6 7MOUNT= ${.CURDIR}/../mount 8CFLAGS+= -I${MOUNT} 9.PATH: ${MOUNT} 10 11.include <bsd.prog.mk> 12