Changes in uspace/Makefile [5d1cb8a:76e863c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r5d1cb8a r76e863c 39 39 app/bnchmark \ 40 40 app/devctl \ 41 app/dnscfg \42 app/dnsres \43 41 app/edit \ 44 42 app/getterm \ … … 49 47 app/klog \ 50 48 app/loc \ 49 app/mixerctl \ 51 50 app/logset \ 52 51 app/mkfat \ … … 74 73 app/sysinfo \ 75 74 app/mkbd \ 75 app/wavplay \ 76 76 app/date \ 77 77 app/websrv \ 78 srv/audio/hound \ 78 79 app/vdemo \ 79 80 app/vlaunch \ … … 84 85 srv/devman \ 85 86 srv/loader \ 86 srv/net/dnsrsrv \87 87 srv/net/ethip \ 88 88 srv/net/inetsrv \ … … 115 115 srv/hid/remcons \ 116 116 srv/hw/char/s3c24xx_uart \ 117 drv/audio/sb16 \ 117 118 drv/infrastructure/root \ 118 119 drv/infrastructure/rootvirt \ … … 213 214 lib/softfloat \ 214 215 lib/drv \ 216 lib/hound \ 215 217 lib/graph \ 216 218 lib/gui \ … … 225 227 lib/usbhid \ 226 228 lib/usbvirt \ 229 lib/pcm \ 227 230 lib/bithenge \ 228 231 lib/posix
Note:
See TracChangeset
for help on using the changeset viewer.