Module Name: src
Committed By: christos
Date: Wed Dec 3 00:19:04 UTC 2014
Modified Files:
src/sys/rump/librump/rumpnet: Makefile.rumpnet
Log Message:
add printers.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/rump/librump/rumpnet/Makefile.rumpnet
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpnet/Makefile.rumpnet
diff -u src/sys/rump/librump/rumpnet/Makefile.rumpnet:1.16 src/sys/rump/librump/rumpnet/Makefile.rumpnet:1.17
--- src/sys/rump/librump/rumpnet/Makefile.rumpnet:1.16 Mon Dec 1 20:59:16 2014
+++ src/sys/rump/librump/rumpnet/Makefile.rumpnet Tue Dec 2 19:19:04 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpnet,v 1.16 2014/12/02 01:59:16 pooka Exp $
+# $NetBSD: Makefile.rumpnet,v 1.17 2014/12/03 00:19:04 christos Exp $
#
LIB= rumpnet
@@ -6,6 +6,9 @@ LIB= rumpnet
.PATH: ${RUMPTOP}/librump/rumpnet \
${RUMPTOP}/../kern \
${RUMPTOP}/../net \
+ ${RUMPTOP}/../netatalk \
+ ${RUMPTOP}/../netinet \
+ ${RUMPTOP}/../netinet6 \
${RUMPTOP}/../compat/common
SRCS= net_stub.c netisr.c rump_net.c
@@ -21,6 +24,9 @@ SRCS+= sys_socket.c uipc_accf.c uipc_dom
# sys/net
SRCS+= pktqueue.c
+# formatters
+SRCS+= at_print.c dl_print.c in_print.c in6_print.c
+
# radix trie support
SRCS+= radix.c
SRCS+= rtbl.c