Bruce Evans 6f940b3847 Removed special rules for building and cleaning device interface files
and empty options files.  The rules are now generated automatically in
bsd.kmod.mk.  Cleaned up related things ($S and ${CLEANFILES}).
1999-11-28 18:53:47 +00:00

13 lines
278 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../miscfs/procfs
KMOD= procfs
SRCS= opt_vmpage.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=
VFS_KLD=
CFLAGS+= -DPROCFS
.include <bsd.kmod.mk>