mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
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)
10 lines
201 B
Makefile
10 lines
201 B
Makefile
# $Id: Makefile,v 1.3 1997/02/22 12:48:21 peter Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../miscfs/kernfs
|
|
KMOD= kernfs
|
|
SRCS= kernfs_vfsops.c kernfs_vnops.c
|
|
NOMAN=
|
|
VFS_KLD=
|
|
CFLAGS+= -DKERNFS
|
|
|
|
.include <bsd.kmod.mk>
|