From 9f4693dbb46241a0bc1df30f6107268765249c9b Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 4 Sep 2004 03:32:15 +0000 Subject: Sort files alphabetically --- sys/modules/cs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/cs/Makefile b/sys/modules/cs/Makefile index 49f7e1169568..39da53044b3f 100644 --- a/sys/modules/cs/Makefile +++ b/sys/modules/cs/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../dev/cs KMOD= if_cs -SRCS= if_cs.c if_cs_pccard.c if_cs_isa.c +SRCS= if_cs.c if_cs_isa.c if_cs_pccard.c SRCS+= bus_if.h card_if.h device_if.h isa_if.h pccarddevs.h .include -- cgit v1.3