From 8c852f3236b76ccf3444d34839c712c58e9c5977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 3 Dec 2002 19:56:29 +0000 Subject: [PATCH] Added addattr to the build (source was here, but no Jamfile). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2156 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/Jamfile | 3 +++ src/apps/bin/addattr/Jamfile | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 src/apps/bin/addattr/Jamfile diff --git a/src/apps/bin/Jamfile b/src/apps/bin/Jamfile index bba7a77f4b..5bfd5c33cb 100644 --- a/src/apps/bin/Jamfile +++ b/src/apps/bin/Jamfile @@ -42,6 +42,7 @@ StdBinCommands ; #SubInclude OBOS_TOP src apps bin gnu ; +SubInclude OBOS_TOP src apps bin addattr ; SubInclude OBOS_TOP src apps bin chkbfs ; SubInclude OBOS_TOP src apps bin listdev ; SubInclude OBOS_TOP src apps bin mkdos ; @@ -54,5 +55,7 @@ SubInclude OBOS_TOP src apps bin ifconfig ; SubInclude OBOS_TOP src apps bin ping ; SubInclude OBOS_TOP src apps bin route ; SubInclude OBOS_TOP src apps bin traceroute ; + +# Compression command line tools SubInclude OBOS_TOP src apps bin unzip ; SubInclude OBOS_TOP src apps bin zip ; diff --git a/src/apps/bin/addattr/Jamfile b/src/apps/bin/addattr/Jamfile new file mode 100644 index 0000000000..0d0d32119e --- /dev/null +++ b/src/apps/bin/addattr/Jamfile @@ -0,0 +1,9 @@ +SubDir OBOS_TOP src apps bin addattr ; + +BinCommand addattr : + addAttr.cpp + main.cpp + messages.cpp + : be +; +