summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/stallion/bootcode/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/stallion/bootcode/Makefile b/usr.sbin/stallion/bootcode/Makefile
index ea585e8..35f3c8f 100644
--- a/usr.sbin/stallion/bootcode/Makefile
+++ b/usr.sbin/stallion/bootcode/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1996/05/04 08:02:10 peter Exp $
FILES = 2681.sys cdk.sys
@@ -23,8 +23,10 @@ clean:
.include <bsd.prog.mk>
cdk.sys: ${.CURDIR}/cdk.sys.uu
+ @rm -f $@
uudecode ${.CURDIR}/$@.uu
2681.sys: ${.CURDIR}/2681.sys.uu
+ @rm -f $@
uudecode ${.CURDIR}/$@.uu
OpenPOWER on IntegriCloud