Deleted the private cleandir target. It didn't had a rule for the

obj symlink in it and the normal bsd.prog.mk cleandir target does
already the correct thing.
This commit is contained in:
ats 1993-12-11 20:35:15 +00:00
parent 2f700dbb7c
commit b58557899d
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@
# the rights to redistribute these changes.
#
# from: Mach, Revision 2.2 92/04/04 11:33:46 rpd
# $Id: Makefile,v 1.3 1993/10/16 19:11:23 rgrimes Exp $
# $Id: Makefile,v 1.4 1993/11/16 02:02:05 ache Exp $
#
wd0:
@ -97,7 +97,7 @@ fd0:
install: wd sd fd
clean cleandir:
clean:
/bin/rm -f *.o *.d boot bootbios biosboot boot.sym
.include <bsd.prog.mk>

View File

@ -20,7 +20,7 @@
# the rights to redistribute these changes.
#
# from: Mach, Revision 2.2 92/04/04 11:33:46 rpd
# $Id: Makefile,v 1.3 1993/10/16 19:11:23 rgrimes Exp $
# $Id: Makefile,v 1.4 1993/11/16 02:02:05 ache Exp $
#
wd0:
@ -97,7 +97,7 @@ fd0:
install: wd sd fd
clean cleandir:
clean:
/bin/rm -f *.o *.d boot bootbios biosboot boot.sym
.include <bsd.prog.mk>