mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 10:13:20 -04: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>
|