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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r3e896e1 r0caa075e  
    4545        app/edit \
    4646        app/getterm \
     47        app/hdisk \
    4748        app/init \
    4849        app/inet \
    4950        app/kill \
    5051        app/killall \
    51         app/klog \
     52        app/kio \
    5253        app/loc \
    5354        app/logset \
     
    6869        app/trace \
    6970        app/top \
     71        app/untar \
    7072        app/usbinfo \
    7173        app/vuhid \
     
    9092        srv/locsrv \
    9193        srv/logger \
     94        srv/klog \
    9295        srv/devman \
    9396        srv/loader \
     
    239242        lib/softrend \
    240243        lib/draw \
     244        lib/math \
    241245        lib/net \
    242246        lib/nic \
     
    250254        lib/pcm \
    251255        lib/bithenge \
    252         lib/posix
     256        lib/posix \
     257        lib/mbr \
     258        lib/gpt
    253259
    254260LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.