From 257d5892a386439d8e2a59815d6b68e4f71e14ed Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 5 May 1996 07:40:46 +0000 Subject: rm the files first before uudecoding, because the modes in the begin line doesnt permit writes by the owner.. (oops!) --- usr.sbin/stallion/bootcode/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.sbin/stallion/bootcode/Makefile') diff --git a/usr.sbin/stallion/bootcode/Makefile b/usr.sbin/stallion/bootcode/Makefile index ea585e8d2ec5..35f3c8fdc1a7 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 cdk.sys: ${.CURDIR}/cdk.sys.uu + @rm -f $@ uudecode ${.CURDIR}/$@.uu 2681.sys: ${.CURDIR}/2681.sys.uu + @rm -f $@ uudecode ${.CURDIR}/$@.uu -- cgit v1.3