Home | History | Annotate | Line # | Download | only in librefuse
Makefile revision 1.3
      1  1.3  xtraeme # $NetBSD: Makefile,v 1.3 2007/02/28 16:23:00 xtraeme Exp $
      2  1.1      agc 
      3  1.1      agc LIB=		refuse
      4  1.2    pooka LIBDPLIBS=	puffs	${.CURDIR}/../libpuffs
      5  1.2    pooka 
      6  1.3  xtraeme .ifdef DEBUG
      7  1.3  xtraeme FUSE_OPT_DEBUG_FLAGS=	-g -DFUSE_OPT_DEBUG
      8  1.3  xtraeme .endif
      9  1.3  xtraeme 
     10  1.3  xtraeme CFLAGS+=	${FUSE_OPT_DEBUG_FLAGS}
     11  1.3  xtraeme SRCS=		refuse.c refuse_opt.c
     12  1.1      agc CPPFLAGS+=	-I.
     13  1.1      agc MAN=		refuse.3
     14  1.1      agc WARNS=		4
     15  1.3  xtraeme INCS=           fuse.h fuse_opt.h
     16  1.1      agc INCSDIR=        /usr/include
     17  1.1      agc 
     18  1.1      agc .include <bsd.lib.mk>
     19