freebsd-dev/sys/modules/umapfs/Makefile
Bruce Evans de5104ae7c "Fixed" my recent world breakage (umap_subr.c now includes opt_ddb.h).
Fixed some style bugs, especially the bogus definition of UMAPFS.
1999-08-30 03:26:45 +00:00

14 lines
209 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../miscfs/umapfs
KMOD= umap
SRCS= opt_ddb.h umap_subr.c umap_vfsops.c umap_vnops.c
NOMAN=
VFS_KLD=
CLEANFILES= opt_ddb.h
opt_ddb.h:
touch ${.TARGET}
.include <bsd.kmod.mk>