1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00
freebsd/sys/modules/sem/Makefile

9 lines
116 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${.CURDIR}/../../kern
KMOD= sem
SRCS= uipc_sem.c opt_mac.h opt_posix.h
.include <bsd.kmod.mk>