diff options
author | 2001-09-17 22:38:26 +0000 | |
---|---|---|
committer | 2001-09-17 22:38:26 +0000 | |
commit | cbf5546f25a1abe4f6d0a378e3e44f9ba6b2484c (patch) | |
tree | 550f53f48af30d6dd8bfde0b07a58115fa5fdc68 | |
parent | handle names without / in them (diff) | |
download | wireguard-openbsd-cbf5546f25a1abe4f6d0a378e3e44f9ba6b2484c.tar.xz wireguard-openbsd-cbf5546f25a1abe4f6d0a378e3e44f9ba6b2484c.zip |
Clean up the cd-dir directory and the cdxx.fs file.
-rw-r--r-- | distrib/macppc/ramdisk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/macppc/ramdisk/Makefile b/distrib/macppc/ramdisk/Makefile index 3bbce90ee1c..537bb0b51e8 100644 --- a/distrib/macppc/ramdisk/Makefile +++ b/distrib/macppc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/09/02 04:54:40 drahn Exp $ +# $OpenBSD: Makefile,v 1.3 2001/09/17 22:38:26 drahn Exp $ TOP= ${.CURDIR}/.. @@ -96,8 +96,9 @@ do_files: clean cleandir: /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \ - *.o *.lo *.c bsd ${BSD_RD} \ + *.o *.lo *.c bsd ${BSD_RD} cd${REV}.fs \ rdsetroot + rm -rf cd-dir beforeinstall: cp ${BSD.RD} cd${REV}.fs ${DESTDIR}/snapshot |