Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sbin/veriexecctl Pull up revision 1.9 (requested by blymn...



details:   https://anonhg.NetBSD.org/src/rev/f399ede68444
branches:  netbsd-3
changeset: 576539:f399ede68444
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Jul 10 15:33:32 2005 +0000

description:
Pull up revision 1.9 (requested by blymn in ticket #569):
Need -I. here as well so OBJDIR's work correctly in all cases

diffstat:

 sbin/veriexecctl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 15b7d3ce1889 -r f399ede68444 sbin/veriexecctl/Makefile
--- a/sbin/veriexecctl/Makefile Sun Jul 10 15:29:09 2005 +0000
+++ b/sbin/veriexecctl/Makefile Sun Jul 10 15:33:32 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4.2.4 2005/06/10 15:02:48 tron Exp $
+#      $NetBSD: Makefile,v 1.4.2.5 2005/07/10 15:33:32 tron Exp $
 
 WARNS=3
 PROG=  veriexecctl
@@ -6,7 +6,7 @@
 SRCS=  veriexecctl_parse.y veriexecctl_conf.l veriexecctl.c
 
 YHEADER=       1
-CPPFLAGS+=     -I${.CURDIR}
+CPPFLAGS+=     -I${.CURDIR} -I.
 DPADD+=                ${LIBL}
 LDADD+=                -ll
 



Home | Main Index | Thread Index | Old Index