puffs: Install some headers and remove now unnecessary -I's in Makefiles.
[dragonfly.git] / lib / libpuffs / Makefile
1 #       $NetBSD: Makefile,v 1.24 2010/12/06 14:50:34 pooka Exp $
2 #
3
4 WARNS=          2
5
6 LIB=            puffs
7
8 SRCS=           puffs.c callcontext.c creds.c dispatcher.c flush.c      \
9                 framebuf.c null.c opdump.c paths.c pnode.c requests.c   \
10                 subr.c suspend.c
11 MAN=            puffs.3 puffs_cc.3 puffs_cred.3 puffs_flush.3           \
12                 puffs_framebuf.3 puffs_node.3 puffs_ops.3 puffs_path.3
13 INCS=           puffs.h puffsdump.h
14 CFLAGS+=        -I${.CURDIR}/../../sbin/mount
15
16 .include <bsd.lib.mk>