PERFORCE change 219844 for review

Robert Watson rwatson at FreeBSD.org
Sun Nov 25 22:24:33 UTC 2012


http://p4web.freebsd.org/@@219844?ac=10

Change 219844 by rwatson at rwatson_cinnamon on 2012/11/25 22:24:07

	After some confusion caused by stale files in /usr/obj, this
	update to the auditdistd bmake Makefile appears to leave it building.

Affected files ...

.. //depot/projects/trustedbsd/audit_merge/src/usr.sbin/auditdistd/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/audit_merge/src/usr.sbin/auditdistd/Makefile#2 (text+ko) ====

@@ -18,7 +18,6 @@
 SRCS+=	receiver.c
 SRCS+=	sandbox.c sender.c subr.c
 SRCS+=	token.l trail.c
-SRCS+=	y.tab.h
 MAN=	auditdistd.8 auditdistd.conf.5
 
 DPADD=	${LIBL} ${LIBPTHREAD} ${LIBUTIL}
@@ -28,6 +27,6 @@
 
 YFLAGS+=-v
 
-CLEANFILES=y.tab.c y.tab.h y.output
+CLEANFILES=parse.c parse.h parse.output
 
 .include <bsd.prog.mk>


More information about the p4-projects mailing list