blob: 011dca0ee57a0d57b7c97526414dd43e1fa02c0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Host: PowerPC, running OpenBSD
XM_FILE= ../xm-obsd.h
XDEPFILES= ser-tcp.o
XM_CLIBS=
NAT_FILE= nm-obsd.h
NATDEPFILES= ppcobsd-nat.o corelow.o infptrace.o fork-child.o core-aout.o inftarg.o solib.o
GDBSERVER_DEPFILES=
# 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
|