diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2018-05-23 11:20:16 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2018-05-23 11:20:16 +0000 |
| commit | 272b99f722ceddeb3554e475b667c9f72f1e31b5 (patch) | |
| tree | d74dcd042423b0d79bcfdef0300897cd1578de07 /lib/libmd/Makefile | |
| parent | 6d6e62dcc3ada8875909f3f48dbbd18a8dec2914 (diff) | |
Notes
Diffstat (limited to 'lib/libmd/Makefile')
| -rw-r--r-- | lib/libmd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile index 98c352917dba0..96dfd6dbea76b 100644 --- a/lib/libmd/Makefile +++ b/lib/libmd/Makefile @@ -15,7 +15,7 @@ SRCS= md4c.c md5c.c md4hl.c md5hl.c \ INCS= md4.h md5.h ripemd.h sha.h sha256.h sha384.h sha512.h sha512t.h \ skein.h skein_port.h skein_freebsd.h skein_iv.h -WARNS?= 0 +WARNS?= 1 MAN+= md4.3 md5.3 ripemd.3 sha.3 sha256.3 sha512.3 skein.3 MLINKS+=md4.3 MD4Init.3 md4.3 MD4Update.3 md4.3 MD4Final.3 |
