From f84671c1ca3ac5d83adc879c94ee2febaeb7be19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 1 Sep 2004 10:23:08 +0000 Subject: [PATCH] Added empty PPC jamfile - there are no arch dependent things yet for PPC. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8762 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/arch/ppc/Jamfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/kernel/libroot/posix/arch/ppc/Jamfile diff --git a/src/kernel/libroot/posix/arch/ppc/Jamfile b/src/kernel/libroot/posix/arch/ppc/Jamfile new file mode 100644 index 0000000000..dced05f464 --- /dev/null +++ b/src/kernel/libroot/posix/arch/ppc/Jamfile @@ -0,0 +1 @@ +SubDir OBOS_TOP src kernel libroot posix arch ppc ;