Home | History | Annotate | Line # | Download | only in libpuffs
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 
      6 WARNS=		4
      7 
      8 LIB=		puffs
      9 SRCS=		puffs.c subr.c creds.c opdump.c
     10 INCS=		puffs.h puffsdump.h
     11 INCSDIR=	/usr/include
     12 LINTFLAGS+=-S -w
     13 
     14 .include <bsd.lib.mk>
     15