]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the machine specific files from sys/Makefile.inc and put them
authorMarcel Moolenaar <marcel@FreeBSD.org>
Mon, 23 Jun 2003 04:28:31 +0000 (04:28 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Mon, 23 Jun 2003 04:28:31 +0000 (04:28 +0000)
commit842728619a412d2ce3a8c4c5ba4ac60a9a77726c
treecba0fc10183a796b368196a025bc54f119e98d68
parente3f932de5a35dc53acb0be154494b53cf78fcd17
Move the machine specific files from sys/Makefile.inc and put them
in a machine specific makefile. While here, sort the sub-directories
in Makefile and remove _atomic_lock.S from all makefiles.
lib/libkse/Makefile
lib/libkse/arch/i386/Makefile.inc [new file with mode: 0644]
lib/libkse/arch/ia64/Makefile.inc [new file with mode: 0644]
lib/libkse/sys/Makefile.inc
lib/libpthread/Makefile
lib/libpthread/arch/alpha/Makefile.inc [new file with mode: 0644]
lib/libpthread/arch/i386/Makefile.inc [new file with mode: 0644]
lib/libpthread/arch/ia64/Makefile.inc [new file with mode: 0644]
lib/libpthread/sys/Makefile.inc