]>
Commit | Line | Data |
---|---|---|
c906108c | 1 | # Host: Intel 386 running NetBSD |
8aa16b78 KB |
2 | |
3 | # NATDEPFILES must remain entirely on one line for *BSD. When | |
4 | # building a cross debugger, configure will cause this line to be | |
5 | # commented out in the Makefile. BSD make doesn't permit the use of a | |
6 | # continuation character (backslash) to extend a commented line. As a | |
7 | # consequence, BSD make considers subsequent tab-indented lines to be | |
8 | # "unassociated shell commands". | |
e750d25e | 9 | NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386bsd-nat.o i386nbsd-nat.o solib.o solib-sunos.o |
8aa16b78 | 10 | |
c906108c SS |
11 | XM_FILE= xm-nbsd.h |
12 | NAT_FILE= nm-nbsd.h |