diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-04 21:11:05 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-04 21:11:05 +0000 |
commit | a4f3f15e9a0dd3e78ed1dbd43af1b7d17181a6d2 (patch) | |
tree | 1306045efa742a1ed0dc8048f026f7d95959a331 /distrib/notes | |
parent | d7b1ed9f3dfb85865e1043a53b19bf8d28f06ef6 (diff) |
Installer bits for powerpc64.
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 2e2f8981c4d..28245532e57 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.48 2019/05/11 07:18:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.49 2020/07/04 21:11:04 kettenis Exp $ NOPROG= NOMAN= @@ -19,7 +19,7 @@ all: $(TARG) allarchs: @cd $(.CURDIR); \ for arch in alpha amd64 arm64 armv7 hppa i386 landisk \ - loongson luna88k macppc octeon sgi sparc64; \ + loongson luna88k macppc octeon powerpc64 sgi sparc64; \ do ${MAKE} M=$$arch; done $(TARG): $(DEP) |