blob: 02f4cff0454611ab44c06df3f996de0af8f794d6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.3 2015/10/19 16:16:38 pooka Exp $
#
LIB= rumpnet_netinet6
COMMENT=IPv6 incl. TCP and UDP (PF_INET6)
SRCS= netinet6_component.c
.include <bsd.lib.mk>
.include <bsd.klinks.mk>
|