summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/Makefile
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1993-12-11 20:35:15 +0000
committerats <ats@FreeBSD.org>1993-12-11 20:35:15 +0000
commitb58557899d23ab39e7756e46a5907d7900f45d85 (patch)
treee9dbb7ef7db7feb9ea0dd78bb63aa0b2406b835d /sys/i386/boot/Makefile
parent2f700dbb7cc59cf830159b743190dd2bdcafb91c (diff)
downloadFreeBSD-src-b58557899d23ab39e7756e46a5907d7900f45d85.zip
FreeBSD-src-b58557899d23ab39e7756e46a5907d7900f45d85.tar.gz
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.
Diffstat (limited to 'sys/i386/boot/Makefile')
-rw-r--r--sys/i386/boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile
index 7fad582..4f7915d 100644
--- a/sys/i386/boot/Makefile
+++ b/sys/i386/boot/Makefile
@@ -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>
OpenPOWER on IntegriCloud