]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/mount_unionfs/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sbin / mount_unionfs / Makefile
1 #       @(#)Makefile    8.3 (Berkeley) 3/27/94
2 # $FreeBSD$
3
4 PROG=   mount_unionfs
5 SRCS=   mount_unionfs.c getmntopts.c
6 MAN=    mount_unionfs.8
7
8 MOUNT=  ${.CURDIR}/../mount
9 CFLAGS+=-I${MOUNT}
10
11 .PATH:  ${MOUNT}
12
13 .include <bsd.prog.mk>