From 93970e2689fa5e1720dad1281afc525a05413477 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 20 Jan 2004 08:55:06 +0000 Subject: [PATCH] Also sort ignoring case -- makes finding things by browsing easier. --- usr.sbin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 66f595d06abf..e9a1f437f6ad 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ # XXX MISSING: mkproto -SUBDIR= IPXrouted \ - ac \ +SUBDIR= ac \ accton \ ${_acpi} \ adduser \ @@ -58,6 +57,7 @@ SUBDIR= IPXrouted \ ${_ipresend} \ ${_ipsend} \ ${_iptest} \ + IPXrouted \ jail \ jexec \ jls \