a654d07295
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
16 lines
360 B
Makefile
16 lines
360 B
Makefile
# $Id: Makefile,v 1.12 1998/07/27 01:07:00 alex Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../miscfs/procfs
|
|
KMOD= procfs
|
|
SRCS= opt_vmpage.h procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c \
|
|
procfs_subr.c procfs_type.c procfs_vfsops.c procfs_vnops.c
|
|
NOMAN=
|
|
VFS_KLD=
|
|
CFLAGS+= -DPROCFS
|
|
CLEANFILES+= opt_vmpage.h
|
|
|
|
opt_vmpage.h:
|
|
touch ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|