summaryrefslogtreecommitdiff
path: root/distrib/ramdisk/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-12-25 01:25:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-12-25 01:25:40 +0000
commitd31f89e67e794d48270fbd62f7a1180a5c2f59ef (patch)
treec374d422d8265df0643449209499b4b554c9b00e /distrib/ramdisk/Makefile
parent99d8bac9dc86f9af960fe8303edbc11f278d45bd (diff)
remove some junk
Diffstat (limited to 'distrib/ramdisk/Makefile')
-rw-r--r--distrib/ramdisk/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile
index af51532875f..6d80d5aaca3 100644
--- a/distrib/ramdisk/Makefile
+++ b/distrib/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.26 2004/02/28 04:53:30 jolan Exp $
+# $OpenBSD: Makefile,v 1.27 2006/12/25 01:25:39 deraadt Exp $
REV= ${OSrev}
@@ -87,8 +87,6 @@ bsd:
cd ${.CURDIR}/../../sys/arch/${MACHINE}/conf && config ${KERNEL}
cd ${.CURDIR}/../../sys/arch/${MACHINE}/compile/${KERNEL} && \
make depend && make clean && COPTS=-Os make
-# cd ${.CURDIR}/../../sys/arch/${MACHINE}/compile/${KERNEL} && \
-# make depend && make clean && make
cp ${.CURDIR}/../../sys/arch/${MACHINE}/compile/${KERNEL}/bsd bsd
bsd.rd: bsd ${IMAGE} ${RDSETROOT}