summaryrefslogtreecommitdiffstats
path: root/sys/modules/union/Makefile
blob: 2a1cf7efd3dd3e6b150faf7f9b35687ad5e87a07 (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $

.PATH:	${.CURDIR}/../../sys/miscfs/union
KMOD=	union_mod
SRCS=	union_subr.c union_vfsops.c union_vnops.c
NOMAN=
VFS_LKM=
CFLAGS+=	-DUNION

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud