69fe36da66
how to use libpuffs this is not installed into the binary distribution just yet *) you can call it either "Delectable Test File System" or "Detrempe File System", depending on what you think will result in more puffing
13 lines
213 B
Makefile
13 lines
213 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/10/23 00:44:53 pooka Exp $
|
|
|
|
PROG= dtfs
|
|
SRCS= dtfs.c dtfs_vfsops.c dtfs_vnops.c dtfs_subr.c
|
|
LDADD+= -lpuffs -lutil
|
|
DBG=-g -O0
|
|
|
|
WARNS=2
|
|
|
|
NOMAN= has gone before
|
|
|
|
.include <bsd.prog.mk>
|