summaryrefslogtreecommitdiff
path: root/distrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/Makefile')
-rw-r--r--distrib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index 78d727a831a..e0e1807a28b 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.52 2019/05/11 07:18:14 deraadt Exp $
+# $OpenBSD: Makefile,v 1.53 2020/07/04 21:11:03 kettenis Exp $
SUBDIR= special notes
.if make(obj)
SUBDIR+=alpha amd64 armv7 arm64 hppa i386 \
landisk loongson luna88k macppc \
- octeon sgi sparc64
+ octeon powerpc64 sgi sparc64
.elif exists(${MACHINE})
SUBDIR+=${MACHINE}
.endif