Make distinct "route" target name for both bin command and rebirth route network protocol module...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6492 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2004-02-03 22:51:12 +00:00
parent 66de4e82ff
commit 1678ada6d1
+3 -3
View File
@@ -2,7 +2,7 @@ SubDir OBOS_TOP src apps bin route ;
UsePrivateHeaders net ; UsePrivateHeaders net ;
BinCommand route : BinCommand <bin>route :
keywords.c keywords.c
route.c route.c
show.c show.c
@@ -11,9 +11,9 @@ BinCommand route :
# Installation -- in the test directory for the time being # Installation -- in the test directory for the time being
OBOSInstall install-networking OBOSInstall install-networking
: [ FDirName $(OBOS_TEST_DIR) kits net ] : [ FDirName $(OBOS_TEST_DIR) kits net ]
: route ; : <installed>route ;
Package openbeos-networkingkit-cvs : Package openbeos-networkingkit-cvs :
route : <installed>route :
# boot home config bin ; # boot home config bin ;
boot home Desktop openbeos-networkingkit ; boot home Desktop openbeos-networkingkit ;