summaryrefslogtreecommitdiffstats
path: root/usr.sbin/openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/openssl/Makefile')
-rw-r--r--usr.sbin/openssl/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/usr.sbin/openssl/Makefile b/usr.sbin/openssl/Makefile
deleted file mode 100644
index 1d149f25d8b..00000000000
--- a/usr.sbin/openssl/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $OpenBSD: Makefile,v 1.31 2014/07/27 23:46:51 guenther Exp $
-
-PROG= openssl
-LDADD= -lssl -lcrypto
-DPADD= ${LIBSSL} ${LIBCRYPTO}
-MAN1= openssl.1
-
-CFLAGS+= -Wall -Werror
-CFLAGS+= -Wformat
-CFLAGS+= -Wformat-security
-CFLAGS+= -Wimplicit
-CFLAGS+= -Wreturn-type
-#CFLAGS+= -Wshadow
-CFLAGS+= -Wtrigraphs
-CFLAGS+= -Wuninitialized
-CFLAGS+= -Wunused
-
-CFLAGS+= -DLIBRESSL_INTERNAL
-
-SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c \
- pkcs7.c crl2p7.c crl.c ca.c \
- rsa.c rsautl.c dsa.c dsaparam.c ec.c ecparam.c \
- x509.c genrsa.c gendsa.c genpkey.c s_server.c s_client.c speed.c \
- s_time.c apps.c s_socket.c version.c sess_id.c \
- ciphers.c nseq.c pkcs12.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c \
- spkac.c smime.c cms.c rand.c engine.c ocsp.c prime.c ts.c \
- openssl.c s_cb.c dhparam.c
-
-.PATH: ${.CURDIR}/../../lib/libssl/src/apps
-
-.include <bsd.prog.mk>