diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-16 09:22:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-16 09:22:30 +0000 |
commit | 6065e7f382b519cb7b969ad90706160eb1305e69 (patch) | |
tree | 813bb6ca124044933fa0e1d8286a2f7c0f4826af /distrib/i386 | |
parent | 4465145a1d9682fc4b28e652fada1842045d411e (diff) |
clean more
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/ramdisk/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/i386/floppies/ramdisk/Makefile.inc b/distrib/i386/floppies/ramdisk/Makefile.inc index 343fb26b7dd..03ed2d16426 100644 --- a/distrib/i386/floppies/ramdisk/Makefile.inc +++ b/distrib/i386/floppies/ramdisk/Makefile.inc @@ -1,5 +1,5 @@ # -# $OpenBSD: Makefile.inc,v 1.2 1997/04/14 10:57:11 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1997/04/16 09:22:29 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.1 1995/07/18 04:13:14 briggs Exp $ # @@ -26,7 +26,8 @@ do_files: TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTS} clean cleandir: - /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c \ + bsd bsd.rd bsd.gz floppy-*.fs .include <bsd.obj.mk> .include <bsd.subdir.mk> |