summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-08-30 17:27:57 +0000
committerdg <dg@FreeBSD.org>1995-08-30 17:27:57 +0000
commit5a6aaf88bb31f69abe2c08a17f1e57f490857e4e (patch)
treec2bb68d083f823bc8213e11cdc2ae82d09e23ea5 /Makefile
parenta1f52760830870c470c59718e1353bf909b3bae2 (diff)
downloadFreeBSD-src-5a6aaf88bb31f69abe2c08a17f1e57f490857e4e.zip
FreeBSD-src-5a6aaf88bb31f69abe2c08a17f1e57f490857e4e.tar.gz
Brought forward the change in 1.57.4.1 - add build of zic(8) to tools rule..
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f2975bb..c0b4f73 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.57 1995/05/29 23:50:55 rgrimes Exp $
+# $Id: Makefile,v 1.58 1995/08/04 12:06:51 asami Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -304,12 +304,14 @@ libraries:
tools:
@echo "--------------------------------------------------------------"
- @echo " Rebuilding ${DESTDIR} Compiler and Make"
+ @echo " Rebuilding ${DESTDIR} C compiler, make, and zic(8)"
@echo "--------------------------------------------------------------"
@echo
cd ${.CURDIR}/gnu/usr.bin/cc && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/make && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
+ cd ${.CURDIR}/usr.sbin/zic && \
+ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud