diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-20 08:18:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-20 08:18:47 +0000 |
commit | df183ef18e4f0148adca7e90158d403000a20459 (patch) | |
tree | 778d4fbdb9f06384c13acc57851cacc9053deb60 /Makefile | |
parent | 80217ee3ada146fe895d53e270c7408b9d4400ae (diff) | |
download | src-df183ef18e4f0148adca7e90158d403000a20459.tar.gz src-df183ef18e4f0148adca7e90158d403000a20459.zip |
Notes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |