diff options
author | 2003-06-24 16:00:05 +0000 | |
---|---|---|
committer | 2003-06-24 16:00:05 +0000 | |
commit | 838a395ac3889a572b79bb2fcb44e3d0d4c72b21 (patch) | |
tree | 4df1740f43a7ebb966ba29551b10dcf86ea14745 | |
parent | BINDIR is set in the ../Makefile.inc already (diff) | |
download | wireguard-openbsd-838a395ac3889a572b79bb2fcb44e3d0d4c72b21.tar.xz wireguard-openbsd-838a395ac3889a572b79bb2fcb44e3d0d4c72b21.zip |
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> |