1 2 3 4 5 6 7 8 |
# Darwin doesn't need -lcrypt or -lrt # BSD does not need -lrt ifneq LIBS+= -lcrypt ifneq LIBS+= -lrt endif endif |
Pastie
Show Pastie some love
or read my new blog
1 2 3 4 5 6 7 8 |
# Darwin doesn't need -lcrypt or -lrt # BSD does not need -lrt ifneq LIBS+= -lcrypt ifneq LIBS+= -lrt endif endif |