Home | History | Annotate | Line # | Download | only in veriexecctl
Makefile revision 1.13
      1  1.13  gmcgarry #	$NetBSD: Makefile,v 1.13 2008/07/21 11:38:44 gmcgarry Exp $
      2   1.1     blymn 
      3   1.1     blymn PROG=	veriexecctl
      4   1.8     blymn MAN=	veriexecctl.8
      5   1.1     blymn SRCS=	veriexecctl_parse.y veriexecctl_conf.l veriexecctl.c
      6   1.1     blymn 
      7   1.1     blymn YHEADER=	1
      8   1.9       jmc CPPFLAGS+=	-I${.CURDIR} -I.
      9  1.12      elad DPADD+=		${LIBL} ${LIBPROP}
     10  1.12      elad LDADD+=		-ll -lprop
     11   1.1     blymn 
     12   1.1     blymn .include <bsd.prog.mk>
     13  1.11       mrg 
     14  1.13  gmcgarry .if ${HAVE_GCC} == 4 || defined(HAVE_PCC)
     15  1.13  gmcgarry COPTS.veriexecctl_parse.c	+=	-Wno-pointer-sign
     16  1.11       mrg .endif
     17