mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
575842c05c
Implement an arping tool. Some portions of code are just plain copy/paste from ping tool code (booh, it's bad!). It was designed and tested on W2K3. It's in RosApps for two major reasons: such a tool doesn't exist by default in Windows 2K3. And it doesn't work in ReactOS. svn path=/trunk/; revision=70212
10 lines
248 B
CMake
10 lines
248 B
CMake
add_subdirectory(appwiz)
|
|
add_subdirectory(arping)
|
|
add_subdirectory(cat)
|
|
add_subdirectory(hackssign)
|
|
add_subdirectory(ntfsinfo)
|
|
add_subdirectory(rosvboxmgmt)
|
|
add_subdirectory(tee)
|
|
add_subdirectory(touch)
|
|
add_subdirectory(uptime)
|
|
add_subdirectory(y)
|