JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
st should compile on NetBSD.
[st.git] / config.mk
index 216e7df..f0c7e2e 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -14,10 +14,12 @@ X11LIB = /usr/X11R6/lib
 INCS = -I. -I/usr/include -I${X11INC}
 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil
 
-# uncomment your system #
+# uncomment manualy your system if compilation fail
+SYSTEM = -D`uname | tr a-z A-Z`
 #SYSTEM = -DLINUX
 #SYSTEM = -DOPENBSD
 #SYSTEM = -DFREEBSD
+#SYSTEM = -DNETBSD
 
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\" ${SYSTEM}