freebsd-dev/lkm/procfs/Makefile
Peter Wemm 3b60d376b9 Attempt to fix the procfs LKM after making some of the procfs
code shared with ptrace and "standard" in the config.
1996-01-24 19:34:49 +00:00

12 lines
271 B
Makefile

# $Id: Makefile,v 1.1 1994/09/21 23:27:13 wollman Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/procfs
KMOD= procfs_mod
SRCS= procfs_ctl.c procfs_note.c procfs_status.c procfs_subr.c \
procfs_vfsops.c procfs_vnops.c
NOMAN=
VFS_LKM=
CFLAGS+= -DPROCFS
.include <bsd.kmod.mk>