Remove tm.h and xm.h handling, as it wasn't used. Use nm.h only when needed.
[dragonfly.git] / sys / vfs / procfs / Makefile
blobf3a5e8268db1d4a986fde2dbf54255576776dd31
1 # $FreeBSD: src/sys/modules/procfs/Makefile,v 1.18 1999/12/12 20:34:10 peter Exp $
2 # $DragonFly: src/sys/vfs/procfs/Makefile,v 1.4 2004/08/13 17:51:13 dillon Exp $
4 KMOD= procfs
5 SRCS= procfs_ctl.c procfs_map.c procfs_note.c procfs_rlimit.c \
6 procfs_status.c procfs_subr.c procfs_type.c procfs_vfsops.c \
7 procfs_vnops.c
8 NOMAN=
10 .include <bsd.kmod.mk>