2c6eadc9ce
programs that did not compile before.
13 lines
253 B
Makefile
13 lines
253 B
Makefile
# $NetBSD: Makefile,v 1.10 2005/06/27 01:00:07 christos Exp $
|
|
|
|
PROG= veriexecctl
|
|
MAN= veriexecctl.8
|
|
SRCS= veriexecctl_parse.y veriexecctl_conf.l veriexecctl.c
|
|
|
|
YHEADER= 1
|
|
CPPFLAGS+= -I${.CURDIR} -I.
|
|
DPADD+= ${LIBL}
|
|
LDADD+= -ll
|
|
|
|
.include <bsd.prog.mk>
|