From 0cf697a724b72d38005ba8166618ac363e99b384 Mon Sep 17 00:00:00 2001 From: jkim Date: Tue, 23 Apr 2013 19:29:49 +0000 Subject: Clean up generated files added in r233250. --- usr.sbin/acpi/iasl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/acpi/iasl') diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile index 973b63d..fb144e3 100644 --- a/usr.sbin/acpi/iasl/Makefile +++ b/usr.sbin/acpi/iasl/Makefile @@ -74,7 +74,8 @@ YFLAGS= -d CLEANFILES= aslcompiler.y.h aslcompilerlex.c aslcompilerparse.c \ aslcompilerparse.h dtparser.y.h dtparserlex.c \ - dtparserparse.c dtparserparse.h + dtparserparse.c dtparserparse.h prparser.y.h \ + prparserlex.c prparserparse.c prparserparse.h aslcompilerlex.c: aslcompiler.l aslsupport.l ${LEX} ${LFLAGS} -PAslCompiler -o${.TARGET} \ -- cgit v1.1