NetBSD/sys/rump/net/Makefile
pooka ad9bbd7b26 Add a very simplistic PF_INET/SOCK_DGRAM domain/proto implementation,
which delegates the work to host kernel sockets.  This does not
run the entire kernel TCP/IP stack in userspace and therefore does
not require the ability to send or receive raw packets.  This
implies that root priviledges are not required.  As already said
above, only supports UDPv4 for now.  Extending should be easy.
2008-10-02 21:59:19 +00:00

7 lines
99 B
Makefile

# $NetBSD: Makefile,v 1.1 2008/10/02 21:59:19 pooka Exp $
#
SUBDIR= lib
.include <bsd.subdir.mk>