$NetBSD: patch-ai,v 1.2 1999/03/10 08:34:08 tron Exp $ --- src/s/netbsd.h.orig Fri Jul 24 05:57:27 1998 +++ src/s/netbsd.h Fri Jul 24 05:58:34 1998 @@ -60,3 +60,7 @@ #define ORDINARY_LINK +#ifdef __ELF__ +#define UNEXEC "unexelf.o" /* we're not in an a.out world anymore friends */ +#else #define UNEXEC "unexfreebsd.o" /* ironic, considering history of unexfreebsd */ +#endif