summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-23 08:36:37 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-23 08:36:37 +0000
commitf89d8b9559fd6ba904ba689156e35d13a4161dc6 (patch)
tree6a3103815a94107849f7de8ea5b28cde9790390c /Makefile
parent02fde0fde8a319ed556115c66848514fc2ad10c1 (diff)
downloadFreeBSD-src-f89d8b9559fd6ba904ba689156e35d13a4161dc6.zip
FreeBSD-src-f89d8b9559fd6ba904ba689156e35d13a4161dc6.tar.gz
Converted to use release/Makefile hieriarchy:.
Disabled SUBDIR+= etc until I get done with the conversion.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 7ec7b13..7500538 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.18 1994/09/16 20:24:15 wollman Exp $
+# $Id: Makefile,v 1.19 1994/09/19 05:32:31 phk Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -27,7 +27,8 @@ SUBDIR+= bin
SUBDIR+= contrib
.endif
.if exists(etc)
-SUBDIR+= etc
+# XXX until etc vs release conversion is done
+# SUBDIR+= etc
.endif
.if exists(games)
SUBDIR+= games
@@ -94,7 +95,7 @@ CLEANDIR= clean
CLEANDIR= cleandir
.endif
-world: directories cleandist mk includes libraries tools
+world: hieriarchy cleandist mk includes libraries tools
@echo "--------------------------------------------------------------"
@echo " Rebuilding ${DESTDIR} The whole thing"
@echo "--------------------------------------------------------------"
@@ -103,11 +104,11 @@ world: directories cleandist mk includes libraries tools
cd ${.CURDIR}/share/man && ${MAKE} makedb
-directories:
+hieriarchy:
@echo "--------------------------------------------------------------"
- @echo " Making directories"
+ @echo " Making hieriarchy"
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}/etc && ${MAKE} distrib-dirs
+ cd ${.CURDIR}/release && ${MAKE} hieriarchy
update:
.if defined(SUP_UPDATE)
OpenPOWER on IntegriCloud