Home | History | Annotate | Line # | Download | only in libsockin
Makefile revision 1.8
      1 #	$NetBSD: Makefile,v 1.8 2014/03/13 02:05:49 pooka Exp $
      2 #
      3 
      4 LIB=	rumpnet_sockin
      5 
      6 SRCS=	sockin.c
      7 SRCS+=	sockin_component.c
      8 
      9 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
     10 
     11 RUMPCOMP_USER_SRCS=	sockin_user.c
     12 
     13 .include <bsd.lib.mk>
     14 .include <bsd.klinks.mk>
     15