From 2c144a95ed64ac824a821cfe3f7279cd45cbaa76 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Tue, 11 Jan 2005 21:15:18 +0000 Subject: [PATCH] Add missing entry. Reported by: sos --- include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile b/include/Makefile index f7acc3095b9..aeab8e0dcce 100644 --- a/include/Makefile +++ b/include/Makefile @@ -39,7 +39,7 @@ LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \ fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \ fs/procfs fs/smbfs fs/udf fs/umapfs fs/unionfs \ geom/concat geom/gate geom/label geom/mirror geom/nop geom/raid3 \ - geom/stripe \ + geom/shsec geom/stripe \ isofs/cd9660 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \ netgraph/atm netgraph/netflow \ security/mac_biba security/mac_bsdextended security/mac_lomac \