diff options
| author | Nate Williams <nate@FreeBSD.org> | 1993-07-20 23:49:11 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1993-07-20 23:49:11 +0000 |
| commit | 9f2e9809a2a51c7a68d1caf5a583d13e10515ee2 (patch) | |
| tree | 70c67c361bd6658b2cfad8b289728f57f4d16d39 /libexec/makekey/Makefile | |
| parent | 69a164c5e32a6cb46f5679ffec5977e4b52bd1fd (diff) | |
Notes
Diffstat (limited to 'libexec/makekey/Makefile')
| -rw-r--r-- | libexec/makekey/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index f5a37311f148..5f61f4f9cb43 100644 --- a/libexec/makekey/Makefile +++ b/libexec/makekey/Makefile @@ -3,4 +3,9 @@ PROG= makekey MAN8= makekey.8 +.if exists(/usr/lib/libcrypt.a) +DPADD+= ${LIBCRYPT} +LDADD+= -lcrypt +.endif + .include <bsd.prog.mk> |
