From b4b8aedf57ac5f8a2e8e142791bcf041b9406957 Mon Sep 17 00:00:00 2001 From: Semen Ustimenko Date: Wed, 3 Feb 1999 04:18:25 +0000 Subject: [PATCH] Added ntfs subdirectory. Reviewed by: David O'Brien --- sys/modules/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index dbda09b3e86..dc88aa965c8 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.48 1999/01/21 17:19:56 peter Exp $ +# $Id: Makefile,v 1.49 1999/01/30 06:31:51 newton Exp $ # XXX present but broken: ip_mroute_mod # XXX not yet completed porting: acd # XXX builds but not updated: atapi SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \ - mfs msdos nfs nullfs portal procfs umapfs union vinum vn + mfs msdos nfs nullfs portal procfs umapfs union vinum vn ntfs # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386"