Update to use new style ``clean'' and ``depend'' rules.

This commit is contained in:
jeremy 1997-02-16 22:18:01 +00:00
parent 90466a7b42
commit d28a4db292
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.sun3x,v 1.6 1997/02/11 19:00:21 gwr Exp $
# $NetBSD: Makefile.sun3x,v 1.7 1997/02/16 22:18:01 jeremy Exp $
# Makefile for NetBSD
#
@ -150,7 +150,7 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c
clean:
clean::
rm -f eddep *netbsd netbsd.gdb tags *.[io] [a-z]*.s \
[Ee]rrs linterrs makelinks genassym genassym.o assym.h
@ -174,7 +174,7 @@ links:
SRCS= ${SUN3X}/sun3x/locore.s \
param.c ioconf.c ${CFILES} ${SFILES}
depend: .depend
depend:: .depend
.depend: ${SRCS} assym.h param.c
${MKDEP} ${CPPFLAGS} param.c ioconf.c ${CFILES}
${MKDEP} -a ${CPPFLAGS} ${SUN3X}/sun3x/genassym.c