Changes in uspace/Makefile [0caa075e:3e896e1] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r0caa075e r3e896e1  
    4545        app/edit \
    4646        app/getterm \
    47         app/hdisk \
    4847        app/init \
    4948        app/inet \
    5049        app/kill \
    5150        app/killall \
    52         app/kio \
     51        app/klog \
    5352        app/loc \
    5453        app/logset \
     
    6968        app/trace \
    7069        app/top \
    71         app/untar \
    7270        app/usbinfo \
    7371        app/vuhid \
     
    9290        srv/locsrv \
    9391        srv/logger \
    94         srv/klog \
    9592        srv/devman \
    9693        srv/loader \
     
    242239        lib/softrend \
    243240        lib/draw \
    244         lib/math \
    245241        lib/net \
    246242        lib/nic \
     
    254250        lib/pcm \
    255251        lib/bithenge \
    256         lib/posix \
    257         lib/mbr \
    258         lib/gpt
     252        lib/posix
    259253
    260254LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.