mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
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
156 B
Makefile
10 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/kern
|
|
|
|
KMOD= mqueuefs
|
|
SRCS= uipc_mqueue.c \
|
|
vnode_if.h \
|
|
opt_posix.h opt_compat.h opt_capsicum.h
|
|
|
|
.include <bsd.kmod.mk>
|