From 1886cac8e33ad6fbe82e77ab7b46a73de6e2fa53 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Mon, 30 Aug 2004 21:55:29 +0000 Subject: [PATCH] Include /etc files in the package. Their installation at final location is not yet there, work in progress. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8729 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/network/libnet/Jamfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/kits/network/libnet/Jamfile b/src/kits/network/libnet/Jamfile index 04d7643a80..3a7227f099 100644 --- a/src/kits/network/libnet/Jamfile +++ b/src/kits/network/libnet/Jamfile @@ -82,3 +82,8 @@ Package haiku-networkingkit-cvs : libnet.so : # boot home config lib ; boot home Desktop haiku-networkingkit lib ; + +Package haiku-networkingkit-cvs : + resolv.conf services protocols networks : +# boot beos etc ; + boot home Desktop haiku-networkingkit etc ;