# slstatus version
VERSION = 0
-# Customize below to fit your system
+# customize below to fit your system
-#paths
+# paths
PREFIX = /usr/local
-MANPREFIX = ${PREFIX}/man
+MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
# flags
-CPPFLAGS = -I$(X11INC) -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE
-CFLAGS = -std=c99 -pedantic -Wall -Wextra -Wno-unused -Os
+CPPFLAGS = -I$(X11INC) -D_DEFAULT_SOURCE
+CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os
LDFLAGS = -L$(X11LIB) -s
+# OpenBSD: add -lsndio
LDLIBS = -lX11
# compiler and linker