diff options
author | jsing <> | 2016-11-05 08:12:22 +0000 |
---|---|---|
committer | jsing <> | 2016-11-05 08:12:22 +0000 |
commit | 8e601af590fe4daecd1a7d96cddb851fc0118296 (patch) | |
tree | 2d91299d71d27e1b4ae1a25d9bda0862dc562448 /src/lib/libssl | |
parent | 49cb3319f65bc48b430b2572648be013e6ea6391 (diff) | |
download | openbsd-8e601af590fe4daecd1a7d96cddb851fc0118296.tar.gz openbsd-8e601af590fe4daecd1a7d96cddb851fc0118296.tar.bz2 openbsd-8e601af590fe4daecd1a7d96cddb851fc0118296.zip |
Remove generated Symbols.map on make clean.
ok guenther@
Diffstat (limited to 'src/lib/libssl')
-rw-r--r-- | src/lib/libssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.24 2016/11/04 18:28:58 guenther Exp $ | 1 | # $OpenBSD: Makefile,v 1.25 2016/11/05 08:12:22 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= man | 3 | SUBDIR= man |
4 | PC_FILES=openssl.pc libssl.pc | 4 | PC_FILES=openssl.pc libssl.pc |
5 | 5 | ||
6 | CLEANFILES=${PC_FILES} | 6 | CLEANFILES=${PC_FILES} ${VERSION_SCRIPT} |
7 | 7 | ||
8 | LIB= ssl | 8 | LIB= ssl |
9 | 9 | ||