diff options
Diffstat (limited to 'sbin/md5/Makefile')
-rw-r--r-- | sbin/md5/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index 56187d72c4e3..007fb4cc1b2c 100644 --- a/sbin/md5/Makefile +++ b/sbin/md5/Makefile @@ -3,7 +3,16 @@ PROG= md5 -LDADD= -lmd +LINKS= ${BINDIR}/md5 ${BINDIR}/rmd160 \ + ${BINDIR}/md5 ${BINDIR}/sha1 + +MLINKS= md5.1 rmd160.1 \ + md5.1 sha1.1 + +WARNS?= 6 +WFORMAT?= 1 + DPADD= ${LIBMD} +LDADD= -lmd .include <bsd.prog.mk> |