Home | History | Annotate | Line # | Download | only in veriexecctl
Makefile revision 1.4
      1  1.4  xtraeme #	$NetBSD: Makefile,v 1.4 2005/01/20 16:39:23 xtraeme Exp $
      2  1.1    blymn 
      3  1.1    blymn PROG=	veriexecctl
      4  1.1    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.1    blymn CPPFLAGS+=	-I.
      9  1.1    blymn DPADD+=		${LIBL}
     10  1.1    blymn LDADD+=		-ll
     11  1.1    blymn 
     12  1.1    blymn .include <bsd.prog.mk>
     13