mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
10 lines
146 B
Makefile
10 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/fs/unionfs
|
|
|
|
KMOD= unionfs
|
|
SRCS= vnode_if.h \
|
|
union_subr.c union_vfsops.c union_vnops.c
|
|
|
|
.include <bsd.kmod.mk>
|