diff options
-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 |