1999-04-16 01:35:26 +00:00
|
|
|
# Host: Intel 386 running NetBSD
|
2001-03-19 05:15:32 +00:00
|
|
|
|
|
|
|
# NATDEPFILES must remain entirely on one line for *BSD. When
|
|
|
|
# building a cross debugger, configure will cause this line to be
|
|
|
|
# commented out in the Makefile. BSD make doesn't permit the use of a
|
|
|
|
# continuation character (backslash) to extend a commented line. As a
|
|
|
|
# consequence, BSD make considers subsequent tab-indented lines to be
|
|
|
|
# "unassociated shell commands".
|
2002-05-11 21:22:51 +00:00
|
|
|
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386bsd-nat.o solib.o solib-sunos.o
|
2001-03-19 05:15:32 +00:00
|
|
|
|
1999-04-16 01:35:26 +00:00
|
|
|
XM_FILE= xm-nbsd.h
|
|
|
|
NAT_FILE= nm-nbsd.h
|