diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2005-03-28 09:41:25 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2005-03-28 09:41:25 +0000 |
| commit | 31f4bedea4f60ef56e46c267c5e77367347ef14e (patch) | |
| tree | a2688749123b67d68df8eb1fc0609dbe65d72a65 | |
| parent | 7539637508bf9154bb9e7ca19856c2d2a2e0b5b8 (diff) | |
Notes
| -rw-r--r-- | sys/modules/hpfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/hpfs/Makefile b/sys/modules/hpfs/Makefile index 4388603079141..750fda00dae08 100644 --- a/sys/modules/hpfs/Makefile +++ b/sys/modules/hpfs/Makefile @@ -4,7 +4,7 @@ KMOD= hpfs SRCS= vnode_if.h \ - hpfs_vfsops.c hpfs_vnops.c hpfs_hash.c hpfs_subr.c hpfs_lookup.c \ + hpfs_vfsops.c hpfs_vnops.c hpfs_subr.c hpfs_lookup.c \ hpfs_alsubr.c .include <bsd.kmod.mk> |
