freebsd-dev/sys/modules/procfs/Makefile
Peter Wemm a654d07295 Sample initial set of kld-ified modules. Not all have been completely
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)
1998-10-16 04:30:52 +00:00

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>