From 16c634b1044ab617a02e273d262de19e48683ebb Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 26 Feb 1995 01:27:27 +0000 Subject: [PATCH] use etc:distrib-dirs instead of release:hierarchy. remove SUBDIR reference to release. --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 1659b8f20210..2cdd09f5236e 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)