X-Git-Url: https://git.xinqibao.xyz/slock.git/blobdiff_plain/ff79c382c5d1c83c8e771223cbb99bc0e87be697..18b2f4f34fb0ec97a77b1a5f5250e4b3e9b74959:/config.mk diff --git a/config.mk b/config.mk index bc27ece..345475c 100644 --- a/config.mk +++ b/config.mk @@ -1,11 +1,10 @@ # slock version -VERSION = 0.3 +VERSION = 0.8 # 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