diff options
author | asami <asami@FreeBSD.org> | 1997-05-21 22:48:51 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-21 22:48:51 +0000 |
commit | ad7a8a1b0301149732c06340646840e9076fcd7c (patch) | |
tree | 9d14850c0db756923b5a4cf973c81240659d1d50 /Makefile | |
parent | d43e1786045e14314f0ec3fd72f8f6a645926ab3 (diff) | |
download | FreeBSD-src-ad7a8a1b0301149732c06340646840e9076fcd7c.zip FreeBSD-src-ad7a8a1b0301149732c06340646840e9076fcd7c.tar.gz |
Fix comment about LOCAL_DIRS. Now it works as advertised. :)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |