blob: 9253f4d908c4b5917f3827b9ac67665e7b4b86d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Host: Motorola 680x0 running SVR4 (Commodore Amiga amix or Atari TT ASV)
XM_FILE= xm-m68kv4.h
XDEPFILES=
NAT_FILE= nm-sysv4.h
NATDEPFILES= corelow.o core-svr4.o solib.o procfs.o fork-child.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=-ltermlib
|