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