summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-01-22 05:57:48 +0000
committerimp <imp@FreeBSD.org>2004-01-22 05:57:48 +0000
commitb9e0f0e1603c78b6ab35a80621c483ab02a076a5 (patch)
treefdbe7a2ca42ed37c4a02cef8e9ae6da21ec5198d /tools
parent67d46f93771c5d9f40ea22a51eaed742912d9f2a (diff)
downloadFreeBSD-src-b9e0f0e1603c78b6ab35a80621c483ab02a076a5.zip
FreeBSD-src-b9e0f0e1603c78b6ab35a80621c483ab02a076a5.tar.gz
Remove references to cryptotest
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/crypto/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/tools/crypto/Makefile b/tools/tools/crypto/Makefile
index 978ea33..9e01977 100644
--- a/tools/tools/crypto/Makefile
+++ b/tools/tools/crypto/Makefile
@@ -25,16 +25,12 @@
# SUCH DAMAGE.
#
-ALL= cryptotest cryptokeytest cryptostats \
+ALL= cryptokeytest cryptostats \
ubsecstats hifnstats ipsecstats safestats
BINDIR= /usr/local/bin
all: ${ALL}
-# program to test symmetric crypto functions
-cryptotest: cryptotest.c
- ${CC} -o cryptotest cryptotest.c
-
# program to test asymmetric crypto functions
cryptokeytest: cryptokeytest.c
${CC} -o cryptokeytest cryptokeytest.c -lcrypto
OpenPOWER on IntegriCloud