summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-26 01:27:27 +0000
committerphk <phk@FreeBSD.org>1995-02-26 01:27:27 +0000
commitd549b4fa26b547040ed4a43c9c5bc7e49b39cc2c (patch)
treeb5626bde68f3b4d2a7d6e19feb30c493bb2095be /Makefile
parentfa83f30ee6166a5176d43a1eb02b65edaf4e600c (diff)
downloadFreeBSD-src-d549b4fa26b547040ed4a43c9c5bc7e49b39cc2c.zip
FreeBSD-src-d549b4fa26b547040ed4a43c9c5bc7e49b39cc2c.tar.gz
use etc:distrib-dirs instead of release:hierarchy. remove SUBDIR reference
to release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 1659b8f..2cdd09f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.39 1995/01/24 22:30:37 ache Exp $
+# $Id: Makefile,v 1.40 1995/02/09 11:09:41 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -17,11 +17,6 @@
# Put initial settings here.
SUBDIR=
-# Must be first for "distribute" to work
-.if exists(release)
-SUBDIR+= release
-.endif
-
.if exists(bin)
SUBDIR+= bin
.endif
@@ -106,7 +101,7 @@ hierarchy:
@echo "--------------------------------------------------------------"
@echo " Making hierarchy"
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}/release && ${MAKE} hierarchy
+ cd ${.CURDIR}/etc && ${MAKE} distrib-dirs
update:
.if defined(SUP_UPDATE)
OpenPOWER on IntegriCloud