diff options
author | Jake Burkholder <jake@FreeBSD.org> | 2002-07-31 14:59:05 +0000 |
---|---|---|
committer | Jake Burkholder <jake@FreeBSD.org> | 2002-07-31 14:59:05 +0000 |
commit | ba37958b34031a8bb775b512097884253f723bd6 (patch) | |
tree | 2ce4b59c85dfc4f90713c86f33ac332f75edc994 /sys/conf/Makefile.pc98 | |
parent | cc0178a73e1ba87910831322d88cbc79cd74bdaa (diff) |
Moved the rule for locore.o from kern.post.mk to Makefile.$ARCH.
Notes
Notes:
svn path=/head/; revision=101064
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r-- | sys/conf/Makefile.pc98 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 0e5d57ac0aee..440d85b0b3a9 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -45,6 +45,9 @@ MKMODULESENV+= MACHINE=pc98 %CLEAN +locore.o: $S/$M/$M/locore.s assym.s + ${NORMAL_S} + %RULES .include "$S/conf/kern.post.mk" |