diff options
Diffstat (limited to 'sys/arch/macppc/conf/Makefile.macppc')
-rw-r--r-- | sys/arch/macppc/conf/Makefile.macppc | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc index 8ba6a41e8f6..78a88b9b573 100644 --- a/sys/arch/macppc/conf/Makefile.macppc +++ b/sys/arch/macppc/conf/Makefile.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.macppc,v 1.91 2017/09/12 08:23:42 mpi Exp $ +# $OpenBSD: Makefile.macppc,v 1.92 2017/09/28 16:16:34 patrick Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -147,4 +147,15 @@ newinstall: install: update-link newinstall +# pull in the dependency information +.ifnmake clean +. for o in ${SYSTEM_OBJ:Ngap.o} assym.h +. if exists(${o:R}.d) +. include "${o:R}.d" +. elif exists($o) + .PHONY: $o +. endif +. endfor +.endif + %RULES |