2007-01-27 02:55:27 +03:00
|
|
|
# $NetBSD: Makefile,v 1.13 2007/01/26 23:55:27 pooka Exp $
|
2006-10-23 02:52:21 +04:00
|
|
|
#
|
|
|
|
|
2006-10-23 03:51:37 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2006-10-23 02:52:21 +04:00
|
|
|
WARNS= 4
|
|
|
|
|
|
|
|
LIB= puffs
|
2007-01-11 04:01:55 +03:00
|
|
|
SRCS= puffs.c callcontext.c creds.c flush.c null.c opdump.c \
|
2007-01-27 02:00:33 +03:00
|
|
|
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
|
2006-10-23 02:52:21 +04:00
|
|
|
INCS= puffs.h puffsdump.h
|
2006-10-23 04:22:24 +04:00
|
|
|
INCSDIR= /usr/include
|
|
|
|
LINTFLAGS+=-S -w
|
2006-12-29 18:28:11 +03:00
|
|
|
#DBG=-O0 -g
|
2006-10-23 02:52:21 +04:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|