summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-05-15 06:33:36 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-05-15 06:33:36 +0000
commite8edb9776ee6a7f6a078464323bcaeaa3965469d (patch)
tree9b2d8b428edc9b53bbe2f5d8000bf323968bc8d2 /security
parentSubmitted by: dec (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')
-rw-r--r--security/gnupg-idea/Makefile3
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