Makefile revision 126178
1#	@(#)Makefile	8.3 (Berkeley) 3/27/94
2# $FreeBSD: head/sbin/mount_unionfs/Makefile 126178 2004-02-23 20:25:27Z johan $
3
4PROG=	mount_unionfs
5SRCS=	mount_unionfs.c getmntopts.c
6MAN=	mount_unionfs.8
7
8MOUNT=	${.CURDIR}/../mount
9CFLAGS+=-I${MOUNT}
10WARNS?=	0
11
12.PATH:	${MOUNT}
13
14.include <bsd.prog.mk>
15