X-Git-Url: https://git.xinqibao.xyz/slock.git/blobdiff_plain/10ccc43597910428a22129cd942881835d95b5c0..a430a647e48a894499143b03da86e5707b4127df:/config.mk?ds=inline diff --git a/config.mk b/config.mk index 0ece512..345475c 100644 --- a/config.mk +++ b/config.mk @@ -1,11 +1,10 @@ # slock version -VERSION = 0.2 +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