opnsense-src/sys/modules/sysvipc/sysvmsg/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
115 B
Makefile
Raw Normal View History

.PATH: ${SRCTOP}/sys/kern
KMOD= sysvmsg
SRCS= sysv_msg.c opt_sysvipc.h
EXPORT_SYMS= YES
.include <bsd.kmod.mk>