Home | History | Annotate | Line # | Download | only in libsockin
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2009/12/12 17:10:20 pooka Exp $
      2 #
      3 
      4 LIB=	rumpnet_sockin
      5 
      6 SRCS=	sockin.c
      7 SRCS+=	component.c
      8 
      9 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
     10 
     11 .include <bsd.lib.mk>
     12 .include <bsd.klinks.mk>
     13