diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-30 03:12:11 +0200 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-30 03:12:11 +0200 |
commit | bc834723ecf0172f776a9f8f79c0075323986693 (patch) | |
tree | 603f97816a0b6a6141fc2d2fd4a193bc1503bfc4 /config.mk | |
parent | ecca0580cbd7e3bd1691425be8cdee7003bfb87a (diff) | |
parent | 70c9762434419dd4b50870f22cfc3d819daeb032 (diff) | |
download | st-bc834723ecf0172f776a9f8f79c0075323986693.tar.gz st-bc834723ecf0172f776a9f8f79c0075323986693.tar.bz2 |
removed pty.h. minimal system guessing added in config.mk.
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ 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 |