Module Name: src Committed By: christos Date: Sat Mar 8 00:21:37 UTC 2025
Modified Files: src/usr.sbin/racoon: Makefile.racoon Log Message: remove unused (and wrong) dependency To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/racoon/Makefile.racoon 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.racoon diff -u src/usr.sbin/racoon/Makefile.racoon:1.2 src/usr.sbin/racoon/Makefile.racoon:1.3 --- src/usr.sbin/racoon/Makefile.racoon:1.2 Fri Mar 7 19:15:06 2025 +++ src/usr.sbin/racoon/Makefile.racoon Fri Mar 7 19:21:37 2025 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.racoon,v 1.2 2025/03/08 00:15:06 christos Exp $ +# $NetBSD: Makefile.racoon,v 1.3 2025/03/08 00:21:37 christos Exp $ COPTS.plainrsa-gen.c+= -Wno-error=deprecated-declarations COPTS.crypto_openssl.c+= -Wno-error=deprecated-declarations @@ -13,4 +13,3 @@ CLEANFILES+=prsa_tok.h prsa_tok.c prsa_p prsa_tok.c: prsa_par.c -rsa_list.c: prsa_tok.c