summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/openssl/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/openssl/Makefile b/usr.sbin/openssl/Makefile
index a3fd4991dbb..b017f9b31d6 100644
--- a/usr.sbin/openssl/Makefile
+++ b/usr.sbin/openssl/Makefile
@@ -1,10 +1,6 @@
+# $OpenBSD: Makefile,v 1.13 2003/06/24 16:00:05 mickey Exp $
PROG= openssl
-
-BINOWN= root
-BINGRP= bin
-BINMODE= 555
-BINDIR= /usr/sbin
LDADD= -lssl -lcrypto
MAN1= openssl.1
@@ -42,4 +38,4 @@ SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\
.PATH: ${SSLEAY_SRC}
-.include<bsd.prog.mk>
+.include <bsd.prog.mk>