diff options
author | 1998-09-22 02:54:57 +0000 | |
---|---|---|
committer | 1998-09-22 02:54:57 +0000 | |
commit | 22d69c838cb3c2601c1ed288ac0f2ab2b7c58fcb (patch) | |
tree | d5471217f931995e509880a6baa7c429fd6c3588 | |
parent | Add support for having UIDs past 32000. Changed the option -uid to (diff) | |
download | wireguard-openbsd-22d69c838cb3c2601c1ed288ac0f2ab2b7c58fcb.tar.xz wireguard-openbsd-22d69c838cb3c2601c1ed288ac0f2ab2b7c58fcb.zip |
Remove additional kernels during cleanup, otherwise it can
build with the wrong ramdisk kernel. Soon these multiple configs
need to go away.
-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: |