From 8e601af590fe4daecd1a7d96cddb851fc0118296 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 5 Nov 2016 08:12:22 +0000 Subject: Remove generated Symbols.map on make clean. ok guenther@ --- src/lib/libssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/Makefile') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 64b3b5060b..74d4bc9488 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.24 2016/11/04 18:28:58 guenther Exp $ +# $OpenBSD: Makefile,v 1.25 2016/11/05 08:12:22 jsing Exp $ SUBDIR= man PC_FILES=openssl.pc libssl.pc -CLEANFILES=${PC_FILES} +CLEANFILES=${PC_FILES} ${VERSION_SCRIPT} LIB= ssl -- cgit v1.2.3-55-g6feb