b41da0980c
needed for ages, but keeps getting cut/pasted into new Makefiles. (Once apon a time it was used to activate mount arguments in <sys/mount.h>, but that was killed with extreme prejudice long ago)
11 lines
189 B
Makefile
11 lines
189 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/hpfs
|
|
KMOD= hpfs
|
|
SRCS= vnode_if.h \
|
|
hpfs_vfsops.c hpfs_vnops.c hpfs_hash.c hpfs_subr.c hpfs_lookup.c \
|
|
hpfs_alsubr.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|