13 lines
206 B
Makefile
13 lines
206 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/12/12 17:10:20 pooka Exp $
|
|
#
|
|
|
|
LIB= rumpnet_sockin
|
|
|
|
SRCS= sockin.c
|
|
SRCS+= component.c
|
|
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|