From 30f08deef4a6fe712e5830a5243b3f5f14f90f59 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 24 Jun 2003 16:00:06 +0000 Subject: no need to reset the BIN* stuff in here; markus@ ok --- usr.sbin/openssl/Makefile | 8 ++------ 1 file 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 +.include -- cgit v1.2.3