diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-05-15 06:33:36 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-05-15 06:33:36 +0000 |
commit | e8edb9776ee6a7f6a078464323bcaeaa3965469d (patch) | |
tree | 9b2d8b428edc9b53bbe2f5d8000bf323968bc8d2 /security/gnupg-idea | |
parent | 6ce9858a52034ba3b9a3ba18429ca08c7ccd151b (diff) |
Add fake target for USA_RESIDENT=YES case.
Fix typo.
Reported by: Bill Fenner <fenner@research.att.com>
Notes
Notes:
svn path=/head/; revision=28469
Diffstat (limited to 'security/gnupg-idea')
-rw-r--r-- | security/gnupg-idea/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index f7b6e0dedb1c..b4ca7ddc8393 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -32,8 +32,9 @@ DISTFILES= rsa.c idea.c CONTRIB= rsa idea #EXTRACT_ONLY= .else +do-fetch: @${ECHO_MSG} - @${ECHO_MSG} rsaref not jet supported + @${ECHO_MSG} rsaref not yet supported @${FALSE} .endif |