Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 2009/09/13 22:51:42 pooka Exp $
2#
3
4LIB=	rumpnet_sockin
5
6SRCS=	sockin.c
7SRCS+=	component.c
8
9CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
10
11RUMP_ISDOMAIN=
12
13.include <bsd.lib.mk>
14.include <bsd.klinks.mk>
15