diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-06-24 16:00:06 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-06-24 16:00:06 +0000 |
commit | 30f08deef4a6fe712e5830a5243b3f5f14f90f59 (patch) | |
tree | 5da0f3b4a6761f7921e149d6480359c75ff2a371 | |
parent | 3712de994718808cc500be676c23a84b2e47cdff (diff) |
no need to reset the BIN* stuff in here; markus@ ok
-rw-r--r-- | usr.sbin/openssl/Makefile | 8 |
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> |