diff options
Diffstat (limited to 'secure/lib/libcrypto/Makefile.asm')
-rw-r--r-- | secure/lib/libcrypto/Makefile.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm index 50584ee03ed6e..f321a2105ff1c 100644 --- a/secure/lib/libcrypto/Makefile.asm +++ b/secure/lib/libcrypto/Makefile.asm @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/Makefile.asm,v 1.5 2005/02/25 06:04:09 nectar Exp $ # Use this to help generate the asm *.s files after an import. It is not # perfect by any means, but does what is needed. # Do a 'make -f Makefile.asm all' and it will generate *.s. Move them |