diff options
Diffstat (limited to 'config.mk')
| -rwxr-xr-x[-rw-r--r--] | config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk index 0e41d35..2cdd7e7 100644..100755 --- a/config.mk +++ b/config.mk @@ -18,9 +18,9 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -#FREETYPEINC = ${X11INC}/freetype2 -#MANPREFIX = ${PREFIX}/man -#KVMLIB = -lkvm +FREETYPEINC = ${X11INC}/freetype2 +MANPREFIX = ${PREFIX}/man +KVMLIB = -lkvm # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} |
