blob: 91ef2bf8acbb7a50a139bc1f714fb4a015232f2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Host: Intel 386 running DGUX, cloned from SVR4
XM_FILE= xm-i386v4.h
XDEPFILES= ser-tcp.o
# for network communication
XM_CLIBS= -lsocket -lnsl
NAT_FILE= nm-i386v4.h
NATDEPFILES= corelow.o core-svr4.o solib.o procfs.o fork-child.o i386v4-nat.o
# SVR4 comes standard with terminfo, and in some implementations, the
# old termcap descriptions are incomplete. So ensure that we use the
# new terminfo interface and latest terminal descriptions.
TERMCAP=-lcurses
|