diff options
Diffstat (limited to 'sys/arch/vax/conf/Makefile.vax')
-rw-r--r-- | sys/arch/vax/conf/Makefile.vax | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index 2682ce37b75..fb80eec4a34 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.vax,v 1.52 2010/05/25 02:35:03 deraadt Exp $ +# $OpenBSD: Makefile.vax,v 1.53 2010/05/25 15:05:02 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -146,10 +146,8 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.awk rm -f db_structinfo.o intvec.o: ${_machdir}/${_mach}/intvec.s assym.h - ${NORMAL_S} - subr.o: ${_machdir}/${_mach}/subr.s assym.h - ${NORMAL_S} +unimpl_emul.o: assym.h # The install target can be redefined by putting a # install-kernel-${MACHINE_NAME} target into /etc/mk.conf |