From c0027a45e1dcfabf887d0cb9bd9708e4f9cc396b Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 6 Oct 1998 23:40:52 +0000 Subject: moving this... --- lib/libssl/ssleay/Makefile | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 lib/libssl/ssleay/Makefile (limited to 'lib') diff --git a/lib/libssl/ssleay/Makefile b/lib/libssl/ssleay/Makefile deleted file mode 100644 index 5eea72267b3..00000000000 --- a/lib/libssl/ssleay/Makefile +++ /dev/null @@ -1,38 +0,0 @@ - -PROG= ssleay - -BINOWN= root -BINGRP= bin -BINMODE= 555 -BINDIR= /usr/sbin -LDADD= -lssl -lcrypto -NOMAN= not yet kiddies - -SSLEAYDIST= src - -SSLEAY_SRC= ${.CURDIR}/../${SSLEAYDIST}/apps - -.if ${MACHINE_ARCH} == "i386" -CFLAGS+= -DL_ENDIAN -DBN_ASM -.else -.if ${MACHINE_ARCH} == "alpha" -# no ENDIAN stuff defined for alpha -.else -CFLAGS+= -DB_ENDIAN -.endif -.endif - -CFLAGS+= -DMONOLITH -DNO_IDEA -DTERMIOS -DANSI_SOURCE -CFLAGS+= -I/usr/include/ssl - -SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c gendh.c errstr.c ca.c \ - pkcs7.c crl2p7.c crl.c \ - rsa.c dsa.c dsaparam.c \ - x509.c genrsa.c s_server.c s_client.c speed.c \ - s_time.c apps.c s_cb.c s_socket.c version.c sess_id.c \ - ciphers.c ssleay.c - -.PATH: ${SSLEAY_SRC} - -.include - -- cgit v1.2.3