diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-04-10 08:47:18 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-04-10 08:47:18 +0000 |
| commit | 6dd8b8288ab935d7c741f57aae3fc7fc21cbf2f1 (patch) | |
| tree | f5e276e0e89e7beb683f3534c3e90f4e1e3f9539 /secure | |
| parent | d21c5e5e187529605728ff4d88e1e3a788ce6b7f (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index ca143e1e6dd4a..a7fa039541585 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -329,6 +329,8 @@ fips.h: fips_rand.h: echo '/* dummy fips_rand.h */' > ${.TARGET} +CLEANFILES+= fips.h fips_rand.h + OLDSYMLINKS+= libdes.a libdes.so libdes.so.3 libdes_p.a afterinstall: @${ECHO} "Removing stale symlinks." |
