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