X-Git-Url: https://git.xinqibao.xyz/slock.git/blobdiff_plain/597d0f27f53cf152edd1c230def4fd7983ac5919..6fdf8be2044145c11f7e1eb165613f791c514520:/config.mk diff --git a/config.mk b/config.mk index fd98ccb..6dbd4c4 100644 --- a/config.mk +++ b/config.mk @@ -1,11 +1,10 @@ # slock version -VERSION = 0.1 +VERSION = 0.7 # Customize below to fit your system # paths PREFIX = /usr/local -MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib @@ -21,7 +20,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