3f47ee5c4d
during first mount. Unregister the exit function at last unmount. Concept by: sef Reviewed by: sef Implemented by: alex
16 lines
368 B
Makefile
16 lines
368 B
Makefile
# $Id: Makefile,v 1.11 1998/07/25 15:52:43 alex Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../sys/miscfs/procfs
|
|
KMOD= procfs_mod
|
|
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_LKM=
|
|
CFLAGS+= -DPROCFS
|
|
CLEANFILES+= opt_vmpage.h
|
|
|
|
opt_vmpage.h:
|
|
touch ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|