]>
Commit | Line | Data |
---|---|---|
677291b5 | 1 | # Define SYSV as -DSYSV if you are using a System V operating system. |
1c50f634 JK |
2 | # FIXME: What is this used for? It should go away (and even if it hasn't, |
3 | # it's not clear linux should define it). | |
677291b5 PB |
4 | SYSV = -DSYSV |
5 | RANLIB = ranlib | |
1c50f634 JK |
6 | |
7 | # What is this doing here? | |
8 | #LDFLAGS = -static |