summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormickey <>2003-06-24 16:00:05 +0000
committermickey <>2003-06-24 16:00:05 +0000
commit202e02ad6abad69d443409ff15fb9b68760a94b8 (patch)
tree636fc632b5312fc48f3015b69a4e96cd6beffc37
parent6e90194651585bafb0769ded9d72622ba977b9e7 (diff)
downloadopenbsd-202e02ad6abad69d443409ff15fb9b68760a94b8.tar.gz
openbsd-202e02ad6abad69d443409ff15fb9b68760a94b8.tar.bz2
openbsd-202e02ad6abad69d443409ff15fb9b68760a94b8.zip
no need to reset the BIN* stuff in here; markus@ ok
-rw-r--r--src/usr.sbin/openssl/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile
index a3fd4991db..b017f9b31d 100644
--- a/src/usr.sbin/openssl/Makefile
+++ b/src/usr.sbin/openssl/Makefile
@@ -1,10 +1,6 @@
1# $OpenBSD: Makefile,v 1.13 2003/06/24 16:00:05 mickey Exp $
1 2
2PROG= openssl 3PROG= openssl
3
4BINOWN= root
5BINGRP= bin
6BINMODE= 555
7BINDIR= /usr/sbin
8LDADD= -lssl -lcrypto 4LDADD= -lssl -lcrypto
9MAN1= openssl.1 5MAN1= openssl.1
10 6
@@ -42,4 +38,4 @@ SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\
42 38
43.PATH: ${SSLEAY_SRC} 39.PATH: ${SSLEAY_SRC}
44 40
45.include<bsd.prog.mk> 41.include <bsd.prog.mk>