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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r0caa075e r7af0cc5  
    4242        app/dnscfg \
    4343        app/dnsres \
    44         app/download \
    4544        app/edit \
    4645        app/getterm \
    47         app/hdisk \
    4846        app/init \
    4947        app/inet \
    5048        app/kill \
    5149        app/killall \
    52         app/kio \
     50        app/klog \
    5351        app/loc \
    5452        app/logset \
     
    6967        app/trace \
    7068        app/top \
    71         app/untar \
    7269        app/usbinfo \
    7370        app/vuhid \
    7471        app/netecho \
    75         app/netspeed \
    7672        app/nettest1 \
    7773        app/nettest2 \
    7874        app/nettest3 \
    7975        app/ping \
     76        app/ping6 \
    8077        app/sysinfo \
    8178        app/mkbd \
    8279        app/date \
    8380        app/vdemo \
    84         app/viewer \
    8581        app/vlaunch \
    8682        app/vterm \
     
    9288        srv/locsrv \
    9389        srv/logger \
    94         srv/klog \
    9590        srv/devman \
    9691        srv/loader \
     
    239234        lib/gui \
    240235        lib/hound \
    241         lib/http \
    242236        lib/softrend \
    243237        lib/draw \
    244         lib/math \
    245238        lib/net \
    246239        lib/nic \
    247240        lib/ext4 \
    248         lib/uri \
    249241        lib/usb \
    250242        lib/usbhost \
     
    254246        lib/pcm \
    255247        lib/bithenge \
    256         lib/posix \
    257         lib/mbr \
    258         lib/gpt
     248        lib/posix
    259249
    260250LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.