]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mount_unionfs/Makefile
bhyvectl(8): Normalize the man page date
[FreeBSD/FreeBSD.git] / sbin / mount_unionfs / Makefile
1 #       @(#)Makefile    8.3 (Berkeley) 3/27/94
2 # $FreeBSD$
3
4 PACKAGE=runtime
5 PROG=   mount_unionfs
6 SRCS=   mount_unionfs.c getmntopts.c
7 MAN=    mount_unionfs.8
8
9 MOUNT=  ${.CURDIR:H}/mount
10 CFLAGS+=-I${MOUNT}
11
12 .PATH:  ${MOUNT}
13
14 .include <bsd.prog.mk>