diff options
author | asami <asami@FreeBSD.org> | 1997-07-31 08:06:29 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-07-31 08:06:29 +0000 |
commit | 29728add12d02d8c9c21274b640d1f31e730cf55 (patch) | |
tree | b2b46424e68aec513136a3383f6781063a2ebb68 /Makefile | |
parent | 491754a358a73af434ddea8e9cc0a33daf66748e (diff) | |
download | FreeBSD-src-29728add12d02d8c9c21274b640d1f31e730cf55.zip FreeBSD-src-29728add12d02d8c9c21274b640d1f31e730cf55.tar.gz |
Consistently use tabs in the leading comments.
Submitted by: bde (yes, I'm serious)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.129 1997/06/08 14:03:23 jhay Exp $ +# $Id: Makefile,v 1.130 1997/06/08 15:04:06 jfieber Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -16,8 +16,8 @@ # -DNOSECURE do not go into secure subdir # -DNOGAMES do not go into games subdir # -DNOSHARE do not go into share subdir -# -DNOINFO do not make or install info files -# -DNOLIBC_R do not build libc_r. +# -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 # |