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
12 lines
148 B
Makefile
12 lines
148 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/fs/autofs
|
|
|
|
KMOD= autofs
|
|
SRCS= vnode_if.h \
|
|
autofs.c \
|
|
autofs_vnops.c \
|
|
autofs_vfsops.c
|
|
|
|
.include <bsd.kmod.mk>
|