Changes in uspace/Makefile [b501de7:10b21a1b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rb501de7 r10b21a1b  
    5858        app/loc \
    5959        app/logset \
     60        app/lprint \
    6061        app/mixerctl \
    6162        app/mkfat \
     
    166167        drv/char/msim-con \
    167168        drv/char/ns8250 \
     169        drv/char/pc-lpt \
    168170        drv/char/pl050 \
    169171        drv/char/ski-con \
     
    274276
    275277export: $(BUILDS)
     278        mkdir -p $(EXPORT_DIR)
    276279        $(MAKE) -r -C lib/posix export EXPORT_DIR=$(EXPORT_DIR)
    277280
Note: See TracChangeset for help on using the changeset viewer.