blob: a6f0ddf5fe535fb43afa257906ae068e5f8d8d3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ai,v 1.1 1998/08/29 12:31:44 garbled 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
|