Changes in uspace/Makefile [3e896e1:0caa075e] in mainline
- File:
-
- 1 edited
-
uspace/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r3e896e1 r0caa075e 45 45 app/edit \ 46 46 app/getterm \ 47 app/hdisk \ 47 48 app/init \ 48 49 app/inet \ 49 50 app/kill \ 50 51 app/killall \ 51 app/k log\52 app/kio \ 52 53 app/loc \ 53 54 app/logset \ … … 68 69 app/trace \ 69 70 app/top \ 71 app/untar \ 70 72 app/usbinfo \ 71 73 app/vuhid \ … … 90 92 srv/locsrv \ 91 93 srv/logger \ 94 srv/klog \ 92 95 srv/devman \ 93 96 srv/loader \ … … 239 242 lib/softrend \ 240 243 lib/draw \ 244 lib/math \ 241 245 lib/net \ 242 246 lib/nic \ … … 250 254 lib/pcm \ 251 255 lib/bithenge \ 252 lib/posix 256 lib/posix \ 257 lib/mbr \ 258 lib/gpt 253 259 254 260 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.
