Deleted Added
sdiff udiff text old ( 145855 ) new ( 180059 )
full compact
1# $FreeBSD: head/sys/modules/sem/Makefile 145855 2005-05-04 10:39:15Z rwatson $
2
3.PATH: ${.CURDIR}/../../kern
4
5KMOD= sem
6SRCS= uipc_sem.c opt_mac.h opt_posix.h
7
8.include <bsd.kmod.mk>