diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-06-16 17:38:13 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-06-16 17:38:13 +0000 |
commit | b1ca3aaea3cc71f0ea181a57558325f87b3b3fc0 (patch) | |
tree | 6f79a5b01a517ed9aa26b2b9240bb6ec0a7b88e8 | |
parent | 7df3a3af634a75a556ad22591eaf291fc66ca11c (diff) |
Add missing dependeny.
-rw-r--r-- | sys/arch/powerpc64/conf/Makefile.powerpc64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc64/conf/Makefile.powerpc64 b/sys/arch/powerpc64/conf/Makefile.powerpc64 index 95d80286b36..a6834c33294 100644 --- a/sys/arch/powerpc64/conf/Makefile.powerpc64 +++ b/sys/arch/powerpc64/conf/Makefile.powerpc64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.powerpc64,v 1.4 2020/06/15 04:19:00 jsg Exp $ +# $OpenBSD: Makefile.powerpc64,v 1.5 2020/06/16 17:38:12 kettenis Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -163,7 +163,7 @@ cleandir: clean depend obj: locore0.o: ${_machdir}/${_mach}/locore0.S assym.h - +locore.o: ${_machdir}/${_mach}/locore.S assym.h trap_subr.o: ${_machdir}/${_mach}/trap_subr.S assym.h hardlink-obsd: |