Added listdev, mkdos and pc to the build. The gnu subdirectory is still missing, but it doesn't compile as a lot of files are missing and I wonder anyway, if we want to pollute the tree with GPL.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@164 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-12 22:11:53 +00:00
parent b37632482f
commit d2c5bcbc5f
4 changed files with 23 additions and 0 deletions

View File

@ -26,4 +26,7 @@ StdBinCommands
;
#SubInclude OBOS_TOP src apps bin gnu ;
SubInclude OBOS_TOP src apps bin listdev ;
SubInclude OBOS_TOP src apps bin mkdos ;
SubInclude OBOS_TOP src apps bin pc ;

View File

@ -0,0 +1,7 @@
SubDir OBOS_TOP src apps bin listdev ;
BinCommand listdev :
cm_wrapper.c
listdev.c
;

View File

@ -0,0 +1,7 @@
SubDir OBOS_TOP src apps bin mkdos ;
BinCommand mkdos :
mkdos.cpp
: be
;

6
src/apps/bin/pc/Jamfile Normal file
View File

@ -0,0 +1,6 @@
SubDir OBOS_TOP src apps bin pc ;
BinCommand pc :
pc.c
;