freebsd-dev/sys/modules/mqueue/Makefile
Andrew Thompson ca9d2489c6 Add missing opt_compat.h dependency.
Found by:	Garrett Cooper
2010-06-22 20:52:35 +00:00

11 lines
144 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../kern
KMOD= mqueuefs
SRCS= uipc_mqueue.c \
vnode_if.h \
opt_posix.h opt_compat.h
.include <bsd.kmod.mk>