removed pty.h. minimal system guessing added in config.mk.
This commit is contained in:
commit
1bb7398f4b
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ X11LIB = /usr/X11R6/lib
|
||||||
INCS = -I. -I/usr/include -I${X11INC}
|
INCS = -I. -I/usr/include -I${X11INC}
|
||||||
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil
|
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 = -DLINUX
|
||||||
#SYSTEM = -DOPENBSD
|
#SYSTEM = -DOPENBSD
|
||||||
#SYSTEM = -DFREEBSD
|
#SYSTEM = -DFREEBSD
|
||||||
|
|
Loading…
Reference in a new issue