util-src/GNUmakefile
changeset 11170 51e5149ed0ad
parent 11013 74ef9f2334f3
parent 11167 37a6a535343e
child 12358 3ce3633527af
equal deleted inserted replaced
11165:f51ed2652602 11170:51e5149ed0ad
     5 
     5 
     6 INSTALL_DATA=install -m644
     6 INSTALL_DATA=install -m644
     7 TARGET?=../util/
     7 TARGET?=../util/
     8 
     8 
     9 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \
     9 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \
    10     ringbuffer.so time.so poll.so compat.so
    10     ringbuffer.so time.so poll.so compat.so strbitop.so
    11 
    11 
    12 ifdef RANDOM
    12 ifdef RANDOM
    13 ALL+=crand.so
    13 ALL+=crand.so
    14 endif
    14 endif
    15 
    15