aboutsummaryrefslogblamecommitdiff
path: root/sys/modules/mqueue/Makefile
blob: 1a2955633c26f6ad45e59277d17539ac08bb6781 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                            
                
                       
                                
                      
# $FreeBSD$

.PATH: ${.CURDIR}/../../kern

KMOD=	mqueuefs
SRCS=	uipc_mqueue.c \
	vnode_if.h \
	opt_posix.h opt_compat.h

.include <bsd.kmod.mk>