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:
@@ -26,4 +26,7 @@ StdBinCommands
|
|||||||
;
|
;
|
||||||
|
|
||||||
#SubInclude OBOS_TOP src apps bin gnu ;
|
#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 ;
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
SubDir OBOS_TOP src apps bin listdev ;
|
||||||
|
|
||||||
|
BinCommand listdev :
|
||||||
|
cm_wrapper.c
|
||||||
|
listdev.c
|
||||||
|
;
|
||||||
|
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
SubDir OBOS_TOP src apps bin mkdos ;
|
||||||
|
|
||||||
|
BinCommand mkdos :
|
||||||
|
mkdos.cpp
|
||||||
|
: be
|
||||||
|
;
|
||||||
|
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
SubDir OBOS_TOP src apps bin pc ;
|
||||||
|
|
||||||
|
BinCommand pc :
|
||||||
|
pc.c
|
||||||
|
;
|
||||||
|
|
||||||
Reference in New Issue
Block a user