Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 1997/10/10 19:50:12 christos Exp $
2#	@(#)Makefile	8.2 (Berkeley) 3/27/94
3
4PROG=	mount_lfs
5SRCS=	mount_lfs.c getmntopts.c
6MAN=	mount_lfs.8
7
8MOUNT=	${.CURDIR}/../mount
9CPPFLAGS+= -I${MOUNT}
10.PATH:	${MOUNT}
11
12.include <bsd.prog.mk>
13