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