freebsd_amp_hwpstate/sys/modules/unionfs/Makefile

11 lines
170 B
Makefile

# $Id$
.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>