Clean up the crunch configuration file as well.
This commit is contained in:
parent
476c8f4f10
commit
e99d6af104
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 1999/11/09 12:57:37 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.14 1999/11/09 22:24:21 pk Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
MINIROOT= ${.CURDIR}/../../miniroot
|
||||
|
@ -64,7 +64,8 @@ HACKSRC=${TOP}/../utils/libhack
|
|||
.include "${HACKSRC}/Makefile.inc"
|
||||
|
||||
clean cleandir distclean:
|
||||
/bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
|
||||
/bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \
|
||||
${CBIN}.conf *.o *.cro *.c
|
||||
|
||||
.ifndef RELEASEDIR
|
||||
release:
|
||||
|
|
Loading…
Reference in New Issue