11 lines
157 B
Makefile
11 lines
157 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/11/13 10:03:22 ad Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/kern
|
|
|
|
KMOD= ksem
|
|
SRCS= uipc_sem.c
|
|
|
|
.include <bsd.kmodule.mk>
|