diff options
author | imp <imp@FreeBSD.org> | 2004-01-22 05:57:48 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-01-22 05:57:48 +0000 |
commit | b9e0f0e1603c78b6ab35a80621c483ab02a076a5 (patch) | |
tree | fdbe7a2ca42ed37c4a02cef8e9ae6da21ec5198d | |
parent | 67d46f93771c5d9f40ea22a51eaed742912d9f2a (diff) | |
download | FreeBSD-src-b9e0f0e1603c78b6ab35a80621c483ab02a076a5.zip FreeBSD-src-b9e0f0e1603c78b6ab35a80621c483ab02a076a5.tar.gz |
Remove references to cryptotest
-rw-r--r-- | tools/tools/crypto/Makefile | 6 |
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 |