]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mount_unionfs/Makefile
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / sbin / mount_unionfs / Makefile
1 #       @(#)Makefile    8.3 (Berkeley) 3/27/94
2
3 PROG=   mount_union
4 SRCS=   mount_union.c getmntopts.c
5 MAN8=   mount_union.8
6
7 MOUNT=  ${.CURDIR}/../mount
8 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
9 .PATH:  ${MOUNT}
10
11 .include <bsd.prog.mk>