| # $FreeBSD$ | |
| # | |
| # (c) 2002 Pawel Jakub Dawidek <nick@garage.freebsd.pl> | |
| # | |
| # $Id: Makefile,v 1.3 2002/12/24 07:20:16 jules Exp $ | |
| # | |
| #.PATH: ${.CURDIR}/../../miscfs/sysctlfs | |
| KMOD= sysctlfs | |
| SRCS= vnode_if.h sysctlfs_subr.c sysctlfs_vfsops.c sysctlfs_vnops.c | |
| NOMAN= | |
| .if defined(DEBUG) | |
| CFLAGS += -DDEBUG | |
| .endif | |
| .include <bsd.kmod.mk> |