Home | History | Annotate | Line # | Download | only in libnetinet
      1 #	$NetBSD: Makefile,v 1.6 2015/10/19 16:16:38 pooka Exp $
      2 #
      3 
      4 LIB=	rumpnet_netinet
      5 COMMENT=IPv4 incl. TCP and UDP (PF_INET)
      6 
      7 SRCS=	netinet_component.c
      8 
      9 .include <bsd.lib.mk>
     10 .include <bsd.klinks.mk>
     11