diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-30 09:18:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-30 09:18:21 +0000 |
commit | 16d26a892445f1d54ace812fa19c782a6548797d (patch) | |
tree | 169d788b00b46f9b4d790efc16f6769ed1fe6947 /distrib/sparc64/ramdisk/Makefile | |
parent | 48931635f3e143c0bb18604c872300d0d7cd66fc (diff) |
use makeconf.awk throughout, delete instbin in Makefile
Diffstat (limited to 'distrib/sparc64/ramdisk/Makefile')
-rw-r--r-- | distrib/sparc64/ramdisk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/sparc64/ramdisk/Makefile b/distrib/sparc64/ramdisk/Makefile index 2be2c7d76a5..5032fb4fb7d 100644 --- a/distrib/sparc64/ramdisk/Makefile +++ b/distrib/sparc64/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2002/04/28 18:28:34 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2002/04/30 09:18:20 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -124,6 +124,7 @@ do_files: TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \ REV=${REV} ARCHDIR=${.CURDIR}/.. TARGDIR=${MOUNT_POINT} \ UTILS=${UTILS} sh ${UTILS}/runlist.sh ${LISTS} + rm ${MOUNT_POINT}/${CBIN} clean cleandir: /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \ |