Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2006/10/23 00:22:24 christos Exp $
2#
3
4.include <bsd.own.mk>
5
6WARNS=		4
7
8LIB=		puffs
9SRCS=		puffs.c subr.c creds.c opdump.c
10INCS=		puffs.h puffsdump.h
11INCSDIR=	/usr/include
12LINTFLAGS+=-S -w
13
14.include <bsd.lib.mk>
15