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
156 B
Makefile
12 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/fs/udf
|
|
|
|
KMOD= udf
|
|
|
|
SRCS= udf_vfsops.c udf_vnops.c osta.c
|
|
SRCS+= vnode_if.h
|
|
EXPORT_SYMS= udf_iconv
|
|
|
|
.include <bsd.kmod.mk>
|