diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-02-28 21:59:14 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-02-28 21:59:14 +0000 |
commit | 5d1b6a85bc5bb6671cb18e9f2f2d341ec97f92f0 (patch) | |
tree | f0217ef402bcc8654902d5a43ae3d598476301d0 /sys/conf/Makefile.pc98 | |
parent | 9d5eb445a31beaed7b2c028659fd1ea66f731e3a (diff) |
Standardize handling of locore.[sS] etc. files.
Submitted by: jake, bde, ru
Notes
Notes:
svn path=/head/; revision=111684
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r-- | sys/conf/Makefile.pc98 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 440d85b0b3a9..0e5d57ac0aee 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -45,9 +45,6 @@ MKMODULESENV+= MACHINE=pc98 %CLEAN -locore.o: $S/$M/$M/locore.s assym.s - ${NORMAL_S} - %RULES .include "$S/conf/kern.post.mk" |