mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -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>
|