diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-09-22 02:54:58 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-09-22 02:54:58 +0000 |
commit | 6636e97531a7dda416334308b7ce853ee42de781 (patch) | |
tree | 560535aab55c48b84e91d34c54e019262d492568 /distrib/powerpc | |
parent | c759f76317f29418a840d0fe3225e1835175cd17 (diff) |
Remove additional kernels during cleanup, otherwise it can
build with the wrong ramdisk kernel. Soon these multiple configs
need to go away.
Diffstat (limited to 'distrib/powerpc')
-rw-r--r-- | distrib/powerpc/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/powerpc/ramdisk/Makefile b/distrib/powerpc/ramdisk/Makefile index 960000b24cf..6af49566372 100644 --- a/distrib/powerpc/ramdisk/Makefile +++ b/distrib/powerpc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1998/09/09 04:32:57 rahnds Exp $ +# $OpenBSD: Makefile,v 1.5 1998/09/22 02:54:57 rahnds Exp $ TOP= ${.CURDIR}/.. @@ -111,7 +111,7 @@ do_files: clean cleandir: /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.conf ${CBIN}.mk ${CBIN}.cache \ - *.o *.lo *.c bsd ${BSD_RD} ${BSDOFW_RD} ${BSDMIX_RD} ${BSD_RD}.elf \ + *.o *.lo *.c bsd bsdmix bsdofw ${BSD_RD} ${BSDOFW_RD} ${BSDMIX_RD} \ rdsetroot beforeinstall: |