diff options
author | peter <peter@FreeBSD.org> | 1998-10-16 04:30:52 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-10-16 04:30:52 +0000 |
commit | ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b (patch) | |
tree | 0fe9e0d5ef6ae112bba6612c549035f20ce56245 /sys/modules/portalfs | |
parent | cee4b5d4c180c7f89787124e2aefbde4bf062b46 (diff) | |
download | FreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.zip FreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.tar.gz |
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)
Diffstat (limited to 'sys/modules/portalfs')
-rw-r--r-- | sys/modules/portalfs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/portalfs/Makefile b/sys/modules/portalfs/Makefile index 4d503f7..0d35dd9 100644 --- a/sys/modules/portalfs/Makefile +++ b/sys/modules/portalfs/Makefile @@ -1,10 +1,10 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 12:48:47 peter Exp $ -.PATH: ${.CURDIR}/../../sys/miscfs/portal -KMOD= portal_mod +.PATH: ${.CURDIR}/../../miscfs/portal +KMOD= portal SRCS= portal_vfsops.c portal_vnops.c NOMAN= -VFS_LKM= +VFS_KLD= CFLAGS+= -DPORTAL .include <bsd.kmod.mk> |