summaryrefslogtreecommitdiffstats
path: root/sbin/mount_cd9660/Makefile
blob: 2491dff65559aa810f10d0a5803b4758fd6430d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.3 (Berkeley) 3/27/94

PROG=	mount_cd9660
SRCS=	mount_cd9660.c getmntopts.c
MAN8=	mount_cd9660.0

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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud