diff options
author | dougb <dougb@FreeBSD.org> | 2004-09-25 09:11:39 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-09-25 09:11:39 +0000 |
commit | 775a09040718879afd3591f65f33fb7323f43be9 (patch) | |
tree | 9e7c3be3e29e11a8e308c0d3f99bafeac6287a06 /share/doc | |
parent | 0a21e60f7a0fecec407baeed331269e04c59e1c3 (diff) | |
download | FreeBSD-src-775a09040718879afd3591f65f33fb7323f43be9.zip FreeBSD-src-775a09040718879afd3591f65f33fb7323f43be9.tar.gz |
Ruslan teaches me yet another useful fact. "Please sort these lexically"
does NOT mean in Unix-caps-first order.
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/Makefile b/share/doc/Makefile index 7876ae8..6f2742a 100644 --- a/share/doc/Makefile +++ b/share/doc/Makefile @@ -1,7 +1,7 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ -SUBDIR= IPv6 ${_bind9} papers psd smm usd +SUBDIR= ${_bind9} IPv6 papers psd smm usd .if !defined(NO_BIND) _bind9= bind9 |