diff options
| author | miod <> | 2014-04-15 18:01:18 +0000 |
|---|---|---|
| committer | miod <> | 2014-04-15 18:01:18 +0000 |
| commit | 6375963684cd4e2242222018e445d2b72015dfcc (patch) | |
| tree | 7c5c04741716e219a24046e8c74fde35fa12af65 /src/regress/lib/libcrypto/md4/Makefile | |
| parent | 399901082925ad76fc2bd5cd8d351a590f3f2989 (diff) | |
| parent | 5346460520d82f1ee52c114e82ada966daf2a680 (diff) | |
| download | openbsd-6375963684cd4e2242222018e445d2b72015dfcc.tar.gz openbsd-6375963684cd4e2242222018e445d2b72015dfcc.tar.bz2 openbsd-6375963684cd4e2242222018e445d2b72015dfcc.zip | |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/regress/lib/libcrypto/md4/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/md4/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/md4/Makefile b/src/regress/lib/libcrypto/md4/Makefile new file mode 100644 index 0000000000..ca015fa404 --- /dev/null +++ b/src/regress/lib/libcrypto/md4/Makefile | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:17 miod Exp $ | ||
| 2 | |||
| 3 | PROG= md4test | ||
| 4 | LDADD= -lcrypto | ||
| 5 | DPADD= ${LIBCRYPTO} | ||
| 6 | |||
| 7 | .include <bsd.regress.mk> | ||
