64db83a8ab
encoding the relative path.
15 lines
256 B
Makefile
15 lines
256 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../msdosfs
|
|
KMOD= msdos
|
|
SRCS= vnode_if.h \
|
|
msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \
|
|
msdosfs_vfsops.c msdosfs_vnops.c
|
|
NOMAN=
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|