diff options
author | ru <ru@FreeBSD.org> | 2006-04-10 08:47:18 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-04-10 08:47:18 +0000 |
commit | 8af3d240503ae6a40eb6d674c60fb322dfcdb76f (patch) | |
tree | f5e276e0e89e7beb683f3534c3e90f4e1e3f9539 /secure | |
parent | 58e620778689846c21bd22beab799502586a43ac (diff) | |
download | FreeBSD-src-8af3d240503ae6a40eb6d674c60fb322dfcdb76f.zip FreeBSD-src-8af3d240503ae6a40eb6d674c60fb322dfcdb76f.tar.gz |
Clean generated headers.
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 ca143e1..a7fa039 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." |