Add elf stuff.

This commit is contained in:
christos 1999-01-11 10:57:06 +00:00
parent e3772ce299
commit b2e8a46873
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
/* $NetBSD: tm.h,v 1.2 1998/08/17 17:59:49 tv Exp $ */
/* $NetBSD: tm.h,v 1.3 1999/01/11 10:57:06 christos Exp $ */
#ifdef DEFAULT_ELF
#include "i386/netbsd-elf.h"
#else
#include "i386/netbsd.h"
#endif