1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/sys/modules/union/Makefile
2000-05-27 01:14:33 +00:00

10 lines
155 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../miscfs/union
KMOD= union
SRCS= vnode_if.h \
union_subr.c union_vfsops.c union_vnops.c
NOMAN=
.include <bsd.kmod.mk>