diff options
| author | assar <assar@NetBSD.org> | 2000-08-03 04:02:29 +0000 |
|---|---|---|
| committer | assar <assar@NetBSD.org> | 2000-08-03 04:02:29 +0000 |
| commit | 549a4d9cdcdb1db325c2033cf17995f0a72ce0dc (patch) | |
| tree | e5a0ad947c909d53df4eeb24e0594d16d87f275f /usr.bin/string2key | |
| parent | d5b900cb0facb2bf55afaa7e16f523f78fecdf51 (diff) | |
update build infrastructure for heimdal 0.3a
Diffstat (limited to 'usr.bin/string2key')
| -rw-r--r-- | usr.bin/string2key/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/string2key/Makefile b/usr.bin/string2key/Makefile index 8b2cd7b8eb6..a0a088fb823 100644 --- a/usr.bin/string2key/Makefile +++ b/usr.bin/string2key/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:19 thorpej Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/03 04:02:32 assar Exp $ DIST= ${.CURDIR}/../../crypto/dist .PATH: ${DIST}/heimdal/kdc @@ -23,6 +23,7 @@ LDADD= -lkrb5 \ -lcrypto \ -lasn1 \ -lcom_err \ + -lvers \ -lroken \ -lcrypt |
