1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/modules/unionfs/Makefile
1999-08-28 01:08:13 +00:00

11 lines
167 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../miscfs/union
KMOD= union
SRCS= union_subr.c union_vfsops.c union_vnops.c
NOMAN=
VFS_KLD=
CFLAGS+= -DUNION
.include <bsd.kmod.mk>