xref: /netbsd/sbin/mount_ext2fs/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.4 2002/08/19 10:16:56 lukem Exp $
2#
3#	$OpenBSD: Makefile,v 1.1 1996/06/27 07:20:28 downsj Exp $
4
5.include <bsd.own.mk>
6
7PROG=	mount_ext2fs
8SRCS=	mount_ext2fs.c getmntopts.c
9MAN=	mount_ext2fs.8
10
11MOUNT=	${NETBSDSRCDIR}/sbin/mount
12CPPFLAGS+= -I${MOUNT}
13.PATH:	${MOUNT}
14
15.include <bsd.prog.mk>
16