1 # $NetBSD: Makefile,v 1.4 2006/11/09 01:30:15 pooka Exp $ 2 # 3 4 .include <bsd.own.mk> 5 6 WARNS= 4 7 8 LIB= puffs 9 SRCS= puffs.c subr.c creds.c opdump.c 10 MAN= puffs.3 11 INCS= puffs.h puffsdump.h 12 INCSDIR= /usr/include 13 LINTFLAGS+=-S -w 14 15 .include <bsd.lib.mk> 16