diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-14 19:07:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-14 19:07:47 +0000 |
commit | e50ecc45208b8a66601438ecfd754db3a264f906 (patch) | |
tree | cd4cd788351d1f1a900ee69ebc40b240bdaf9714 /distrib/palm | |
parent | f2421e7f240e40da78b7931213d219e14104770a (diff) |
unify a chunk
Diffstat (limited to 'distrib/palm')
-rw-r--r-- | distrib/palm/ramdisk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/palm/ramdisk/Makefile b/distrib/palm/ramdisk/Makefile index 3515af74921..61ef20e0d70 100644 --- a/distrib/palm/ramdisk/Makefile +++ b/distrib/palm/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2009/09/05 02:06:48 marex Exp $ +# $OpenBSD: Makefile,v 1.2 2011/03/14 19:07:46 deraadt Exp $ REV= ${OSrev} @@ -90,8 +90,7 @@ do_files: clean cleandir: /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \ - *.o *.lo *.c bsd ${BSD_RD} \ - rdsetroot + *.o *.lo *.c bsd ${BSD_RD} rdsetroot rm -f instbin.conf rm -rf cd-dir |