diff options
author | arg@mig29 <unknown> | 2006-12-08 10:53:35 +0100 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-12-08 10:53:35 +0100 |
commit | 11642443f520a3f7fe6ecfd7411bf18b3f2081d3 (patch) | |
tree | 764d19756e6d4699d02db5e4b16222fb9ec8bf36 | |
parent | e5216380276932d7cd5576bac0ee9255b58d2e17 (diff) |
thanks to Jack for this hint
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ LDFLAGS = ${LIBS} | |||
21 | #LDFLAGS = -g ${LIBS} | 21 | #LDFLAGS = -g ${LIBS} |
22 | 22 | ||
23 | # On *BSD remove -DHAVE_SHADOW_H from CFLAGS | 23 | # On *BSD remove -DHAVE_SHADOW_H from CFLAGS |
24 | # On OpenBSD remove -lcrypt from LIBS | 24 | # On OpenBSD and Darwin remove -lcrypt from LIBS |
25 | 25 | ||
26 | # compiler and linker | 26 | # compiler and linker |
27 | CC = cc | 27 | CC = cc |