mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 21:57:22 -04:00
13 lines
217 B
Makefile
13 lines
217 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/02/16 20:42:47 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../kern
|
|
|
|
LIB= rumpnet_local
|
|
|
|
SRCS= uipc_proto.c uipc_usrreq.c
|
|
SRCS+= component.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|