aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-20 08:18:47 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-20 08:18:47 +0000
commitdf183ef18e4f0148adca7e90158d403000a20459 (patch)
tree778d4fbdb9f06384c13acc57851cacc9053deb60 /Makefile
parent80217ee3ada146fe895d53e270c7408b9d4400ae (diff)
downloadsrc-df183ef18e4f0148adca7e90158d403000a20459.tar.gz
src-df183ef18e4f0148adca7e90158d403000a20459.zip
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4f8f1e7d659..ccffd4adc593 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,13 @@
#
-# $Id: Makefile,v 1.109 1996/11/01 19:03:33 adam Exp $
+# $Id: Makefile,v 1.110 1996/11/26 03:26:31 ache Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
# -DMAKE_LOCAL to add ./local to the SUBDIR list
# -DMAKE_PORTS to add ./ports to the SUBDIR list
# -DMAKE_EBONES to build eBones (KerberosIV)
+# -DALLLANG to build documentation for all languages
+# (where available -- see share/doc/Makefile)
#
# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
# -DNOCLEAN do not clean at all