blob: 7900f5bbc333039207d96802a96dc357035a9a63 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.6 2015/10/19 16:16:38 pooka Exp $
#
LIB= rumpnet_netinet
COMMENT=IPv4 incl. TCP and UDP (PF_INET)
SRCS= netinet_component.c
.include <bsd.lib.mk>
.include <bsd.klinks.mk>
|