Module Name:    src
Committed By:   christos
Date:           Fri Mar  7 20:08:21 UTC 2025

Modified Files:
        src/usr.sbin/racoon: Makefile

Log Message:
clean the lex header file.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.sbin/racoon/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/racoon/Makefile
diff -u src/usr.sbin/racoon/Makefile:1.45 src/usr.sbin/racoon/Makefile:1.46
--- src/usr.sbin/racoon/Makefile:1.45	Fri Mar  7 10:56:37 2025
+++ src/usr.sbin/racoon/Makefile	Fri Mar  7 15:08:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2025/03/07 15:56:37 christos Exp $
+# $NetBSD: Makefile,v 1.46 2025/03/07 20:08:21 christos Exp $
 
 WARNS?=	0	# XXX third-party program, many issues
 NOCLANGERROR=	# defined
@@ -81,6 +81,7 @@ prsa_tok.c prsa_tok.h: ${DIST}/src/racoo
 prsa_par.c: ${DIST}/src/racoon/prsa_par.y
 	${YACC} -pprsa -d -o ${.TARGET} ${.ALLSRC}
 
+CLEANFILES+=prsa_tok.h
 CWARNFLAGS.gcc+=        ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
 
 COPTS+=		-fcommon

Reply via email to