NetBSD/lib/libpuffs/Makefile

23 lines
511 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.26 2016/01/23 21:22:46 christos Exp $
#
.include <bsd.own.mk>
2012-03-21 09:37:42 +04:00
USE_FORT?= yes # data-driven bugs?
2007-05-28 16:06:17 +04:00
2012-03-21 09:37:42 +04:00
WARNS?= 5
LIB= puffs
SRCS= puffs.c callcontext.c creds.c dispatcher.c flush.c \
framebuf.c null.c opdump.c paths.c pnode.c requests.c \
subr.c suspend.c
MAN= puffs.3 puffs_cc.3 puffs_cred.3 puffs_flush.3 \
puffs_framebuf.3 puffs_node.3 puffs_ops.3 puffs_path.3
INCS= puffs.h puffsdump.h
2006-10-23 04:22:24 +04:00
INCSDIR= /usr/include
CPPFLAGS+= -D_KERNTYPES
2006-10-23 04:22:24 +04:00
LINTFLAGS+=-S -w
.include <bsd.lib.mk>