update for new kernel library Makefile.inc rules

This commit is contained in:
cgd 1997-01-23 22:47:31 +00:00
parent 73234aa5f6
commit 67df040efd
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.alpha,v 1.29 1997/01/21 23:37:10 cgd Exp $
# $NetBSD: Makefile.alpha,v 1.30 1997/01/23 22:47:31 cgd Exp $
# Makefile for NetBSD
#
@ -127,7 +127,8 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c
clean::
clean: cleankernel
cleankernel:
rm -f eddep *netbsd netbsd.gdb tags *.[io] [a-z]*.s \
[Ee]rrs linterrs makelinks genassym genassym.o assym.h
@ -150,7 +151,7 @@ links:
SRCS= ${ALPHA}/alpha/locore.s \
param.c ioconf.c ${CFILES} ${SFILES}
depend:: .depend
depend: .depend
.depend: ${SRCS} assym.h param.c
${MKDEP} ${AFLAGS} ${CPPFLAGS} ${ALPHA}/alpha/locore.s
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}