Choose the elf template if DEFAULT_ELF is defined.

This commit is contained in:
christos 1999-01-31 21:45:40 +00:00
parent c3cd75c8c9
commit 83d09787de

View File

@ -1,3 +1,7 @@
/* $NetBSD: tm.h,v 1.2 1998/08/17 03:35:58 tv Exp $ */
/* $NetBSD: tm.h,v 1.3 1999/01/31 21:45:40 christos Exp $ */
#ifdef DEFAULT_ELF
#include "sparc/netbsd.h"
#else
#include "sparc/netbsd.h"
#endif