summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/autoconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/include/autoconf.h')
-rw-r--r--sys/arch/powerpc/include/autoconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/autoconf.h b/sys/arch/powerpc/include/autoconf.h
index 09d5fe6fdf0..652bc8c0d16 100644
--- a/sys/arch/powerpc/include/autoconf.h
+++ b/sys/arch/powerpc/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.4 1998/08/25 07:42:29 pefo Exp $ */
+/* $OpenBSD: autoconf.h,v 1.5 1999/07/05 21:01:19 rahnds Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -44,6 +44,7 @@
#define OFWMACH 0 /* Openfirmware drivers */
#define POWER4e 1 /* V.I Power.4e board */
#define PWRSTK 2 /* Motorola Powerstack series */
+#define APPL 3 /* Apple PowerMac machines (OFW?) */
extern int system_type;