summaryrefslogtreecommitdiff
path: root/distrib/powerpc/ramdisk/Makefile
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2001-04-13 01:29:26 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2001-04-13 01:29:26 +0000
commit589d0210121085d945f7f814a7dbdec47c49de16 (patch)
treeb43f8d9ec0731a3c3117a39e8575a3992251bbbb /distrib/powerpc/ramdisk/Makefile
parentef1a08cfdd9582654685b5b94cbdb83bcc8456f4 (diff)
Minor typos & cleanup.
Fix a couple of missing closing quotes in the MBR partitioning routine. Ensure that all questions posed have a space after the closing ']'. makeing -> making. ok drahn@
Diffstat (limited to 'distrib/powerpc/ramdisk/Makefile')
-rw-r--r--distrib/powerpc/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/powerpc/ramdisk/Makefile b/distrib/powerpc/ramdisk/Makefile
index 0ec76b795c0..af0b97ef437 100644
--- a/distrib/powerpc/ramdisk/Makefile
+++ b/distrib/powerpc/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2001/03/04 22:17:32 drahn Exp $
+# $OpenBSD: Makefile,v 1.16 2001/04/13 01:29:24 krw Exp $
TOP= ${.CURDIR}/..
@@ -26,7 +26,7 @@ NEWFSARGS= -m 0 -o space -c 16 -i 4096
.ifndef DESTDIR
all ${IMAGE}:
- @echo setenv DESTDIR before makeing a ramdisk!
+ @echo setenv DESTDIR before making a ramdisk!
@false
.else