Changes in uspace/Makefile [7af0cc5:0caa075e] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r7af0cc5 r0caa075e  
    4242        app/dnscfg \
    4343        app/dnsres \
     44        app/download \
    4445        app/edit \
    4546        app/getterm \
     47        app/hdisk \
    4648        app/init \
    4749        app/inet \
    4850        app/kill \
    4951        app/killall \
    50         app/klog \
     52        app/kio \
    5153        app/loc \
    5254        app/logset \
     
    6769        app/trace \
    6870        app/top \
     71        app/untar \
    6972        app/usbinfo \
    7073        app/vuhid \
    7174        app/netecho \
     75        app/netspeed \
    7276        app/nettest1 \
    7377        app/nettest2 \
    7478        app/nettest3 \
    7579        app/ping \
    76         app/ping6 \
    7780        app/sysinfo \
    7881        app/mkbd \
    7982        app/date \
    8083        app/vdemo \
     84        app/viewer \
    8185        app/vlaunch \
    8286        app/vterm \
     
    8892        srv/locsrv \
    8993        srv/logger \
     94        srv/klog \
    9095        srv/devman \
    9196        srv/loader \
     
    234239        lib/gui \
    235240        lib/hound \
     241        lib/http \
    236242        lib/softrend \
    237243        lib/draw \
     244        lib/math \
    238245        lib/net \
    239246        lib/nic \
    240247        lib/ext4 \
     248        lib/uri \
    241249        lib/usb \
    242250        lib/usbhost \
     
    246254        lib/pcm \
    247255        lib/bithenge \
    248         lib/posix
     256        lib/posix \
     257        lib/mbr \
     258        lib/gpt
    249259
    250260LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.