diff options
author | R. Imura <imura@FreeBSD.org> | 2000-10-07 15:34:21 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-10-07 15:34:21 +0000 |
commit | 183c7be52b156ad85d8d259815fe733065dc808b (patch) | |
tree | 220c133463b642a3a7700aa1b805bb6f7618251a /japanese/msdosfs/patches.5/patch-aa | |
parent | - Update port to 0.94.8.3 (fix security hole) (diff) |
Add new port: ja-msdosfs - mounts japanese FAT.
Be sure to edit ${FILESDIR}/revlist if you modify this
port and sync with the kernel.
Diffstat (limited to '')
-rw-r--r-- | japanese/msdosfs/patches.5/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/japanese/msdosfs/patches.5/patch-aa b/japanese/msdosfs/patches.5/patch-aa new file mode 100644 index 000000000000..9bedcebf6aa6 --- /dev/null +++ b/japanese/msdosfs/patches.5/patch-aa @@ -0,0 +1,20 @@ +--- /dev/null Mon Jul 3 02:05:31 2000 ++++ Makefile Mon Jul 3 02:15:22 2000 +@@ -0,0 +1,17 @@ ++.PATH: ${.CURDIR} ++KMOD= msdos_ja ++SRCS= vnode_if.h \ ++ msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \ ++ msdosfs_vfsops.c msdosfs_vnops.c opt_msdosfs.h ++NOMAN= ++CLEANFILES+= opt_msdosfs.h ++ ++opt_msdosfs.h: ++ touch opt_msdosfs.h ++ echo "#define MSDOSFS_LC_JAPAN 1" >> opt_msdosfs.h ++ ++.if ${MACHINE} == "pc98" ++CFLAGS+= -DPC98 ++.endif ++ ++.include <bsd.kmod.mk> |