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