freebsd-dev/sys/modules/portalfs/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

11 lines
201 B
Makefile

# $Id: Makefile,v 1.3 1997/02/22 12:48:47 peter Exp $
.PATH: ${.CURDIR}/../../miscfs/portal
KMOD= portal
SRCS= portal_vfsops.c portal_vnops.c
NOMAN=
VFS_KLD=
CFLAGS+= -DPORTAL
.include <bsd.kmod.mk>