1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../kern 4 5KMOD= sem 6SRCS= uipc_sem.c opt_compat.h opt_posix.h vnode_if.h 7 8.include <bsd.kmod.mk> 9