aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-05-21 22:48:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-05-21 22:48:51 +0000
commit5c496949779d542696e66ce0b1e652028884b7af (patch)
tree92b0b1b8eeca1c4bfb371eed17e47b542679fb88 /Makefile
parentd50204c1b0a462437edc93e6d5fa4c47f2c2d7a3 (diff)
downloadsrc-5c496949779d542696e66ce0b1e652028884b7af.tar.gz
src-5c496949779d542696e66ce0b1e652028884b7af.zip
Fix comment about LOCAL_DIRS. Now it works as advertised. :)
Notes
Notes: svn path=/head/; revision=25980
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6b55628ba511..49a1abba13a4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,8 @@
#
-# $Id: Makefile,v 1.125 1997/05/13 18:11:38 peter Exp $
+# $Id: Makefile,v 1.126 1997/05/21 19:41:16 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
-# -DLOCAL_DIRS to add additional dirs to the SUBDIR list
# -DMAKE_EBONES to build eBones (KerberosIV)
# -DALLLANG to build documentation for all languages
# (where available -- see share/doc/Makefile)
@@ -19,6 +18,7 @@
# -DNOSHARE do not go into share subdir
# -DNOINFO do not make or install info files
# -DNOLIBC_R do not build libc_r.
+# LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list
#
# The intended user-driven targets are: