diff options
Diffstat (limited to 'sys/arch/vax/conf/Makefile.vax')
-rw-r--r-- | sys/arch/vax/conf/Makefile.vax | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index 4167eab268e..b83e9b5c413 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.vax,v 1.5 1997/01/15 23:24:30 maja Exp $ -# $NetBSD: Makefile.vax,v 1.28 1996/12/01 06:12:39 jonathan Exp $ +# $OpenBSD: Makefile.vax,v 1.6 1997/09/10 07:34:19 maja Exp $ +# $NetBSD: Makefile.vax,v 1.32 1997/03/14 23:27:35 mycroft Exp $ # Makefile for NetBSD # @@ -117,7 +117,8 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c -clean:: +clean:: cleankernel +cleankernel: rm -f eddep *bsd bsd.gdb tags *.[io] [a-z]*.s \ [Ee]rrs linterrs makelinks |