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)
12 lines
252 B
Makefile
12 lines
252 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../miscfs/procfs
|
|
KMOD= procfs
|
|
SRCS= vnode_if.h \
|
|
procfs_ctl.c procfs_map.c procfs_note.c procfs_rlimit.c \
|
|
procfs_status.c procfs_subr.c procfs_type.c procfs_vfsops.c \
|
|
procfs_vnops.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|