mirror of
https://github.com/opnsense/src.git
synced 2026-03-05 14:50:41 -05:00
9 lines
106 B
Makefile
9 lines
106 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../kern
|
||
|
|
|
||
|
|
KMOD= sem
|
||
|
|
SRCS= uipc_sem.c opt_posix.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|