Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
st should compile on NetBSD.
[st.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
b41a949
..
f0c7e2e
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-19,6
+19,7
@@
SYSTEM = -D`uname | tr a-z A-Z`
#SYSTEM = -DLINUX
#SYSTEM = -DOPENBSD
#SYSTEM = -DFREEBSD
+#SYSTEM = -DNETBSD
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" ${SYSTEM}