xref: /netbsd/sbin/mount_cd9660/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.8 2002/09/21 18:43:33 christos Exp $
2#	@(#)Makefile	8.3 (Berkeley) 3/27/94
3
4.include <bsd.own.mk>
5
6PROG=	mount_cd9660
7SRCS=	mount_cd9660.c getmntopts.c
8MAN=	mount_cd9660.8
9
10MOUNT=	${NETBSDSRCDIR}/sbin/mount
11CPPFLAGS+= -I${MOUNT}
12.PATH:	${MOUNT}
13
14DPADD+=${LIBUTIL}
15LDADD+=-lutil
16
17.include <bsd.prog.mk>
18