diff options
Diffstat (limited to 'sys/arch/luna88k/conf/Makefile.luna88k')
-rw-r--r-- | sys/arch/luna88k/conf/Makefile.luna88k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index 22d551e682f..f3e05822b18 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.54 2014/06/09 16:26:32 miod Exp $ +# $OpenBSD: Makefile.luna88k,v 1.55 2014/07/01 20:26:09 miod Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -143,7 +143,7 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.pl rm -f db_structinfo.o locore.o: ${_machdir}/${_mach}/locore.S assym.h -eh.o m88100_fp_imp.o mutex.o process.o subr.o: assym.h +eh.o mutex.o process.o subr.o: assym.h # The install target can be redefined by putting a # install-kernel-${MACHINE_NAME} target into /etc/mk.conf |