mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 21:43:34 +00:00
rm the files first before uudecoding, because the modes in the begin
line doesnt permit writes by the owner.. (oops!)
This commit is contained in:
parent
d36a01efe4
commit
257d5892a3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15633
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user