- Adjust the makefiles so we have a per architecture makefile.

This commit is contained in:
Jeff Roberson 2003-04-01 07:07:38 +00:00
parent 73adf5691f
commit 7a57e9abdd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112925
3 changed files with 7 additions and 1 deletions

View File

@ -22,5 +22,6 @@ PRECIOUSLIB= yes
.include "${.CURDIR}/thread/Makefile.inc"
.include "${.CURDIR}/sys/Makefile.inc"
.include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
.include <bsd.lib.mk>

View File

@ -0,0 +1,5 @@
# $FreeBSD$
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
SRCS+= _setcurthread.c _curthread.S

View File

@ -2,4 +2,4 @@
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
SRCS+= thr_error.c _curthread.S _setcurthread.c
SRCS+= thr_error.c