#	@(#)Makefile	8.3 (Berkeley) 3/27/94
# $FreeBSD: stable/4/sbin/mount_cd9660/Makefile 75953 2001-04-25 10:58:55Z ru $

PROG=	mount_cd9660
SRCS=	mount_cd9660.c getmntopts.c
MAN=	mount_cd9660.8

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
.PATH:	${MOUNT}

.include <bsd.prog.mk>
