9900a2bb5e
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
16 lines
235 B
Makefile
16 lines
235 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/fs/nfs
|
|
KMOD= nfscommon
|
|
SRCS= vnode_if.h \
|
|
nfs_commonacl.c \
|
|
nfs_commonkrpc.c \
|
|
nfs_commonport.c \
|
|
nfs_commonsubs.c \
|
|
opt_inet6.h \
|
|
opt_kgssapi.h \
|
|
opt_nfs.h \
|
|
opt_ufs.h
|
|
|
|
.include <bsd.kmod.mk>
|