Makefile revision 164829
150476Speter#	@(#)Makefile	8.3 (Berkeley) 3/27/94
24Srgrimes# $FreeBSD: head/sbin/mount_unionfs/Makefile 164829 2006-12-02 19:35:56Z rodrigc $
38871Srgrimes
486SrootPROG=	mount_unionfs
54SrgrimesSRCS=	mount_unionfs.c getmntopts.c
64SrgrimesMAN=	mount_unionfs.8
7
8MOUNT=	${.CURDIR}/../mount
9CFLAGS+=-I${MOUNT}
10WARNS?=	3
11
12.PATH:	${MOUNT}
13
14.include <bsd.prog.mk>
15