There since the powerpc -> macppc move/rename.
KERN_AS usage disappeared in
commit
5b7db11d478192c5908038bb1345e7d51cc35c8e
Author: rahnds <rahnds@openbsd.org>
Date: Mon May 5 16:47:15 1997 +0000
only build one version of the libraries.
REAL_VIRT usage disappeared in
commit
08e027d6bb9ca863bfc44a1aa6957ff3a242e2f4
Author: rahnds <rahnds@openbsd.org>
Date: Thu Apr 27 12:36:29 2000 +0000
Fixes to xcoff bootloader to allow it to execute and load kernels for OpenBSD.
Make agrees that these are defined but not used:
$ make -p | grep -e KERN_AS -e REAL_VIRT
KERN_AS = library
REAL_VIRT = -v
$ make -C ofwboot -p | grep -e KERN_AS -e REAL_VIRT
KERN_AS = library
REAL_VIRT = -v
No object change.
Feedback OK miod
-# $OpenBSD: Makefile,v 1.11 2022/05/23 16:58:11 krw Exp $
+# $OpenBSD: Makefile,v 1.12 2022/10/12 10:48:33 kn Exp $
# $NetBSD: Makefile,v 1.1 1996/09/30 16:34:59 ws Exp $
MANSUBDIR=macppc
SAREL=
KERNREL=
-KERN_AS=library
Z_AS=library
SA_ZLIB=smth
USE_LOADFILE=yes
-# $OpenBSD: Makefile.inc,v 1.13 2016/11/06 16:04:20 tb Exp $
+# $OpenBSD: Makefile.inc,v 1.14 2022/10/12 10:48:33 kn Exp $
# $NetBSD: Makefile.inc,v 1.1 1996/09/30 16:34:59 ws Exp $
.if !defined(__stand_makefile_inc)
__stand_makefile_inc=1
-KERN_AS= library
-
S=$(.CURDIR)/../../../$(R)
.if !make(clean) && !make(cleandir) && !make(includes) && !make(libdep) && \
#
EXTRACFLAGS= -msoft-float
-REAL_VIRT?= -v
ENTRY?= _start
INCLUDES+= -I. -I$(.OBJDIR) -I$(.CURDIR)/.. -I$(S)/arch -I$(S)