summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-26 20:44:12 +0000
committerpaul <paul@FreeBSD.org>1994-08-26 20:44:12 +0000
commitbc652e20929b5cc726e4d55dc13f033e39c46287 (patch)
tree2c33b2994dd783c53c9a25d6e80c05c9e4cf71dc /Makefile
parent24824020f44090534128f973e8d313076295c2ed (diff)
downloadFreeBSD-src-bc652e20929b5cc726e4d55dc13f033e39c46287.zip
FreeBSD-src-bc652e20929b5cc726e4d55dc13f033e39c46287.tar.gz
Removed an echo about directories not being enabled.
I removed libkern for the libraries target in the last commit too but forgot to mention it. Reviewed by: Submitted by:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 281b090..6f6ecb2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.12 1994/08/25 14:45:46 paul Exp $
+# $Id: Makefile,v 1.13 1994/08/26 20:16:58 paul Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -98,7 +98,6 @@ directories:
@echo "--------------------------------------------------------------"
@echo " Making directories"
@echo "--------------------------------------------------------------"
- @echo " XXX Not yet ready in 2.0.0"
cd ${.CURDIR}/etc && ${MAKE} distrib-dirs
update:
OpenPOWER on IntegriCloud