diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-03 13:22:38 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-03 13:22:38 +0000 |
| commit | 3bc482ec1c8a1d4b31642a619d03f64e3d8eca53 (patch) | |
| tree | 651a802dbc4eb055206f7c5ccba7348f998b53bd /sys/modules/msdosfs | |
| parent | c296e199b32f7def5fb05e062f27e7dbaa14069b (diff) | |
Notes
Diffstat (limited to 'sys/modules/msdosfs')
| -rw-r--r-- | sys/modules/msdosfs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/msdosfs/Makefile b/sys/modules/msdosfs/Makefile index ef8989fc494c..9ee84514a514 100644 --- a/sys/modules/msdosfs/Makefile +++ b/sys/modules/msdosfs/Makefile @@ -3,9 +3,12 @@ .PATH: ${.CURDIR}/../../fs/msdosfs KMOD= msdosfs -SRCS= vnode_if.h \ +SRCS= opt_msdosfs.h vnode_if.h \ msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \ msdosfs_vfsops.c msdosfs_vnops.c EXPORT_SYMS= msdosfs_iconv +opt_msdosfs.h: + touch ${.TARGET} + .include <bsd.kmod.mk> |
