diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 03:37:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 03:37:39 +0000 |
commit | 9683bbbb58fdabe4a77ae3b6d924cf209d6edc43 (patch) | |
tree | ad807cd799c0d853caa9e32a96e030d9d6752b78 /sys/arch/loongson | |
parent | 0ad81fc92aeca82da27c7489bbd7a8dd1eb9df2b (diff) |
alpha/conf/Makefile.alpha
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/conf/Makefile.loongson | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index d911d24e962..187cd134d10 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.loongson,v 1.7 2010/04/26 22:21:15 deraadt Exp $ +# $OpenBSD: Makefile.loongson,v 1.8 2010/04/27 03:37:37 deraadt Exp $ # This makefile is constructed from a machine description: # config ``machineid'' @@ -117,17 +117,6 @@ symbols.sort: ${_machdir}/loongson/symbols.raw locore.o: ${_machdir}/loongson/locore.S assym.h ${NORMAL_S} -# the following are necessary because the files depend on the types of -# cpu's included in the system configuration -clock.o machdep.o autoconf.o conf.o locore.o: Makefile - -# depend on network configuration -uipc_domain.o uipc_proto.o vfs_conf.o: Makefile -if_tun.o if_loop.o if_ethersubr.o: Makefile -if_arp.o if_ether.o: Makefile -ip_input.o ip_output.o in_pcb.o in_proto.o: Makefile -tcp_subr.o tcp_timer.o tcp_output.o: Makefile - assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ |