diff options
Diffstat (limited to 'sys/arch/mac68k/conf/Makefile.mac68k')
-rw-r--r-- | sys/arch/mac68k/conf/Makefile.mac68k | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index f7e14fe53e0..f03c212afeb 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mac68k,v 1.62 2010/05/24 23:19:22 deraadt Exp $ +# $OpenBSD: Makefile.mac68k,v 1.63 2010/05/25 02:35:02 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -129,9 +129,8 @@ tags: @echo "see $S/kern/Makefile for tags" AFILES= ${_machdir}/${_mach}/locore.s -SRCS= ${AFILES} param.c ioconf.c ${CFILES} ${SFILES} depend:: .depend -.depend: ${SRCS} assym.h param.c ${DB_STRUCTINFO} +.depend: ${AFILES} param.c ioconf.c ${CFILES} ${SFILES} assym.h ${DB_STRUCTINFO} ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${AFILES} ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} .if !empty(SFILES) |