summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/miniroot/Makefile4
-rw-r--r--distrib/ramdisk/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/miniroot/Makefile b/distrib/miniroot/Makefile
index a584510df77..b44f47c3624 100644
--- a/distrib/miniroot/Makefile
+++ b/distrib/miniroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.26 2003/07/22 17:15:12 brad Exp $
+# $OpenBSD: Makefile,v 1.27 2004/02/28 04:53:30 jolan Exp $
REV= ${OSrev}
@@ -35,7 +35,7 @@ RAWLABEL?= -r
.ifndef DESTDIR
all:
- @echo setenv DESTDIR before makeing a miniroot!
+ @echo setenv DESTDIR before making a miniroot!
@false
.else
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile
index daf8c6a2c81..af51532875f 100644
--- a/distrib/ramdisk/Makefile
+++ b/distrib/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.25 2003/07/22 17:15:12 brad Exp $
+# $OpenBSD: Makefile,v 1.26 2004/02/28 04:53:30 jolan Exp $
REV= ${OSrev}
@@ -52,7 +52,7 @@ NEWFSOPTS_FD= ${NEWFSOPTS} -i 1048575 -c 256 -s ${FLOPPYSIZE}
.ifndef DESTDIR
all:
- @echo setenv DESTDIR before makeing a ramdisk!
+ @echo setenv DESTDIR before making a ramdisk!
@false
.else