mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
8 lines
130 B
Makefile
8 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../kern
|
|
|
|
KMOD= sem
|
|
SRCS= uipc_sem.c opt_compat.h opt_posix.h vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|