summaryrefslogtreecommitdiff
path: root/distrib/powerpc/ramdisk/Makefile
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>2000-06-15 02:49:01 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>2000-06-15 02:49:01 +0000
commit445f6562ad6e5509df317d0eef553708523959b1 (patch)
treef07fa673775568ef09aa8644daff965023e01cfa /distrib/powerpc/ramdisk/Makefile
parent60e3e6b479becceb191b5623a9763255239e0553 (diff)
Deal with the chgrp chown -> chmod change.
instead of generating a text file from list, just create it and edit it directly, allows for more control. Also i386 edits this file directly instead of using awk to generate it.
Diffstat (limited to 'distrib/powerpc/ramdisk/Makefile')
-rw-r--r--distrib/powerpc/ramdisk/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/distrib/powerpc/ramdisk/Makefile b/distrib/powerpc/ramdisk/Makefile
index 8ae15503f48..fa5e9f35186 100644
--- a/distrib/powerpc/ramdisk/Makefile
+++ b/distrib/powerpc/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2000/01/24 03:46:55 rahnds Exp $
+# $OpenBSD: Makefile,v 1.9 2000/06/15 02:49:00 rahnds Exp $
TOP= ${.CURDIR}/..
@@ -73,11 +73,8 @@ unconfig:
install:
cp ${BSD_RD} ${DESTDIR}/snapshot/${BSD_RD}
-${CBIN}.conf: ${LISTS}
- awk -f ${UTILS}/makeconf.awk CBIN=${CBIN} ${LISTS} > ${CBIN}.conf
-
${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CBIN}.conf
- crunchgen -E -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib ${CBIN}.conf
+ crunchgen -E -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
make -f ${CBIN}.mk all