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