Changes in uspace/Makefile [7af0cc5:0caa075e] in mainline
- File:
-
- 1 edited
-
uspace/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r7af0cc5 r0caa075e 42 42 app/dnscfg \ 43 43 app/dnsres \ 44 app/download \ 44 45 app/edit \ 45 46 app/getterm \ 47 app/hdisk \ 46 48 app/init \ 47 49 app/inet \ 48 50 app/kill \ 49 51 app/killall \ 50 app/k log\52 app/kio \ 51 53 app/loc \ 52 54 app/logset \ … … 67 69 app/trace \ 68 70 app/top \ 71 app/untar \ 69 72 app/usbinfo \ 70 73 app/vuhid \ 71 74 app/netecho \ 75 app/netspeed \ 72 76 app/nettest1 \ 73 77 app/nettest2 \ 74 78 app/nettest3 \ 75 79 app/ping \ 76 app/ping6 \77 80 app/sysinfo \ 78 81 app/mkbd \ 79 82 app/date \ 80 83 app/vdemo \ 84 app/viewer \ 81 85 app/vlaunch \ 82 86 app/vterm \ … … 88 92 srv/locsrv \ 89 93 srv/logger \ 94 srv/klog \ 90 95 srv/devman \ 91 96 srv/loader \ … … 234 239 lib/gui \ 235 240 lib/hound \ 241 lib/http \ 236 242 lib/softrend \ 237 243 lib/draw \ 244 lib/math \ 238 245 lib/net \ 239 246 lib/nic \ 240 247 lib/ext4 \ 248 lib/uri \ 241 249 lib/usb \ 242 250 lib/usbhost \ … … 246 254 lib/pcm \ 247 255 lib/bithenge \ 248 lib/posix 256 lib/posix \ 257 lib/mbr \ 258 lib/gpt 249 259 250 260 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.
