summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-23 09:01:20 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-23 09:01:20 +0000
commitfe8ccfa46c14ccd142fa40e2d593dec875103ccc (patch)
tree62c0ae6656a02751ab4988e285ea38630b70cb4f /Makefile
parentf89d8b9559fd6ba904ba689156e35d13a4161dc6 (diff)
downloadFreeBSD-src-fe8ccfa46c14ccd142fa40e2d593dec875103ccc.zip
FreeBSD-src-fe8ccfa46c14ccd142fa40e2d593dec875103ccc.tar.gz
Spell hierarchy correctly :-(.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 7500538..f50beba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.19 1994/09/19 05:32:31 phk Exp $
+# $Id: Makefile,v 1.20 1994/09/23 08:36:37 rgrimes Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -95,7 +95,7 @@ CLEANDIR= clean
CLEANDIR= cleandir
.endif
-world: hieriarchy cleandist mk includes libraries tools
+world: hierarchy cleandist mk includes libraries tools
@echo "--------------------------------------------------------------"
@echo " Rebuilding ${DESTDIR} The whole thing"
@echo "--------------------------------------------------------------"
@@ -104,11 +104,11 @@ world: hieriarchy cleandist mk includes libraries tools
cd ${.CURDIR}/share/man && ${MAKE} makedb
-hieriarchy:
+hierarchy:
@echo "--------------------------------------------------------------"
- @echo " Making hieriarchy"
+ @echo " Making hierarchy"
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}/release && ${MAKE} hieriarchy
+ cd ${.CURDIR}/release && ${MAKE} hierarchy
update:
.if defined(SUP_UPDATE)
OpenPOWER on IntegriCloud