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} #LDFLAGS = -g ${LIBS} # On *BSD remove -DHAVE_SHADOW_H from CFLAGS -# On OpenBSD remove -lcrypt from LIBS +# On OpenBSD and Darwin remove -lcrypt from LIBS # compiler and linker CC = cc |