Makefile revision 1.21
11.21Spooka#	$NetBSD: Makefile,v 1.21 2007/10/26 17:35:01 pooka Exp $
21.1Spooka#
31.1Spooka
41.2Sdogcow.include <bsd.own.mk>
51.2Sdogcow
61.19StlsUSE_FORT?= yes	# data-driven bugs?
71.19Stls
81.1SpookaWARNS=		4
91.1Spooka
101.1SpookaLIB=		puffs
111.21Spooka
121.21Spooka# don't enable this unless you know what you're doing (or if you don't
131.21Spooka# know what you're doing, it's still ok to enable this if you're me)
141.21Spooka#LIBDPLIBS+=	pthread	${.CURDIR}/../libpthread
151.21Spooka#CPPFLAGS+=	-DPUFFS_WITH_THREADS
161.21Spooka
171.18SpookaSRCS=		puffs.c callcontext.c creds.c dispatcher.c flush.c	\
181.18Spooka		framebuf.c null.c opdump.c paths.c pnode.c requests.c	\
191.18Spooka		subr.c suspend.c
201.14SpookaMAN=		puffs.3 puffs_cc.3 puffs_cred.3 puffs_flush.3		\
211.17Spooka		puffs_framebuf.3 puffs_node.3 puffs_ops.3 puffs_path.3	\
221.17Spooka		puffs_req.3 puffs_suspend.3
231.1SpookaINCS=		puffs.h puffsdump.h
241.3SchristosINCSDIR=	/usr/include
251.3SchristosLINTFLAGS+=-S -w
261.1Spooka
271.1Spooka.include <bsd.lib.mk>
28