add spl.S, vector.S and microtime.S to MD_SFILES so that

'make depend' takes care of them.
This commit is contained in:
yamt 2003-05-02 17:40:13 +00:00
parent 40c743b278
commit 04ef812793
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.i386,v 1.130 2003/04/02 22:10:23 christos Exp $
# $NetBSD: Makefile.i386,v 1.131 2003/05/02 17:40:13 yamt Exp $
# Makefile for NetBSD
#
@ -44,7 +44,8 @@ KERN_AS= obj
##
MD_OBJS= locore.o spl.o vector.o microtime.o
MD_CFILES=
MD_SFILES= ${I386}/i386/locore.S
MD_SFILES= ${I386}/i386/locore.S ${I386}/i386/spl.S \
${I386}/i386/vector.S ${I386}/i386/microtime.S
locore.o: ${I386}/i386/locore.S assym.h
${NORMAL_S}