diff options
author | mickey <> | 2003-06-24 16:00:05 +0000 |
---|---|---|
committer | mickey <> | 2003-06-24 16:00:05 +0000 |
commit | 202e02ad6abad69d443409ff15fb9b68760a94b8 (patch) | |
tree | 636fc632b5312fc48f3015b69a4e96cd6beffc37 | |
parent | 6e90194651585bafb0769ded9d72622ba977b9e7 (diff) | |
download | openbsd-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/Makefile | 8 |
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 | ||
2 | PROG= openssl | 3 | PROG= openssl |
3 | |||
4 | BINOWN= root | ||
5 | BINGRP= bin | ||
6 | BINMODE= 555 | ||
7 | BINDIR= /usr/sbin | ||
8 | LDADD= -lssl -lcrypto | 4 | LDADD= -lssl -lcrypto |
9 | MAN1= openssl.1 | 5 | MAN1= 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> |