aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-08-30 03:12:11 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-08-30 03:12:11 +0200
commit1bb7398f4b9e38e1c42157717a9dc420bc645d2d (patch)
tree603f97816a0b6a6141fc2d2fd4a193bc1503bfc4 /config.mk
parente851736e8bd6c04f1805659d4783de2314ecb263 (diff)
parent581ae58b4182c2d472b30d11dbbef813704642f1 (diff)
downloadst-patched-1bb7398f4b9e38e1c42157717a9dc420bc645d2d.tar.bz2
st-patched-1bb7398f4b9e38e1c42157717a9dc420bc645d2d.tar.xz
st-patched-1bb7398f4b9e38e1c42157717a9dc420bc645d2d.zip
removed pty.h. minimal system guessing added in config.mk.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 216e7df..b41a949 100644
--- a/config.mk
+++ b/config.mk
@@ -14,7 +14,8 @@ X11LIB = /usr/X11R6/lib
14INCS = -I. -I/usr/include -I${X11INC} 14INCS = -I. -I/usr/include -I${X11INC}
15LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil 15LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil
16 16
17# uncomment your system # 17# uncomment manualy your system if compilation fail
18SYSTEM = -D`uname | tr a-z A-Z`
18#SYSTEM = -DLINUX 19#SYSTEM = -DLINUX
19#SYSTEM = -DOPENBSD 20#SYSTEM = -DOPENBSD
20#SYSTEM = -DFREEBSD 21#SYSTEM = -DFREEBSD