summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-24 08:37:28 +0000
committerphk <phk@FreeBSD.org>1995-10-24 08:37:28 +0000
commit337307c9986cfd440353fe11affbf11152ca570d (patch)
tree6979f78b203c85bce2030d3bef5d551010c77a28 /Makefile
parentb3c2c5a150786768f813967c985267c94300244d (diff)
downloadFreeBSD-src-337307c9986cfd440353fe11affbf11152ca570d.zip
FreeBSD-src-337307c9986cfd440353fe11affbf11152ca570d.tar.gz
Added symorder to tools target.
Suggested by: rgrimes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c99919f..e9161c4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.61 1995/09/16 23:22:39 gibbs Exp $
+# $Id: Makefile,v 1.62 1995/09/17 03:38:54 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -306,13 +306,15 @@ libraries:
tools:
@echo "--------------------------------------------------------------"
- @echo " Rebuilding ${DESTDIR} C compiler, make, and zic(8)"
+ @echo " Rebuilding ${DESTDIR} C compiler, make, symorder 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.bin/symorder && \
+ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.sbin/zic && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
OpenPOWER on IntegriCloud