NetBSD/lib/libpuffs/Makefile

19 lines
416 B
Makefile
Raw Normal View History

2007-01-27 02:55:27 +03:00
# $NetBSD: Makefile,v 1.13 2007/01/26 23:55:27 pooka Exp $
#
.include <bsd.own.mk>
WARNS= 4
LIB= puffs
SRCS= puffs.c callcontext.c creds.c flush.c null.c opdump.c \
paths.c pnode.c requests.c subr.c suspend.c
2007-01-20 18:09:34 +03:00
MAN= puffs.3 puffs_cc.3 puffs_flush.3 puffs_node.3 \
2007-01-27 02:55:27 +03:00
puffs_path.3 puffs_req.3 puffs_suspend.3
INCS= puffs.h puffsdump.h
2006-10-23 04:22:24 +04:00
INCSDIR= /usr/include
LINTFLAGS+=-S -w
#DBG=-O0 -g
.include <bsd.lib.mk>