mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
4816a1d1e4
Submitted by: gcooper MFC after: 1 week
9 lines
130 B
Makefile
9 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>
|