]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mount_union/Makefile
Add uhci and ohci driver names
[FreeBSD/FreeBSD.git] / sbin / mount_union / 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>