summaryrefslogtreecommitdiff
path: root/sbin/mount_cd9660/Makefile
blob: fbc39f857fb93c6e7935f442a876a88d0ca73058 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:37:09 deraadt Exp $

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>