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/mac68k | |
parent | f2421e7f240e40da78b7931213d219e14104770a (diff) |
unify a chunk
Diffstat (limited to 'distrib/mac68k')
-rw-r--r-- | distrib/mac68k/ramdisk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/mac68k/ramdisk/Makefile b/distrib/mac68k/ramdisk/Makefile index 52a9ac27cc4..107590e56f4 100644 --- a/distrib/mac68k/ramdisk/Makefile +++ b/distrib/mac68k/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2009/04/17 03:58:54 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 2011/03/14 19:07:46 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -86,8 +86,7 @@ do_files: clean cleandir: /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.conf ${CBIN}.mk ${CBIN}.cache \ - *.o *.lo *.c bsd ${BSD_RD} \ - rdsetroot + *.o *.lo *.c bsd ${BSD_RD} rdsetroot .include <bsd.obj.mk> .include <bsd.subdir.mk> |