From cb9c11738982a11ddc4f7c873638416ec84263e0 Mon Sep 17 00:00:00 2001 From: simonb Date: Fri, 2 Aug 2002 04:05:13 +0000 Subject: [PATCH] Don't set BINOWN if using the default BINMODE. --- usr.bin/ssh/sftp/Makefile | 1 - usr.bin/ssh/ssh/Makefile | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/usr.bin/ssh/sftp/Makefile b/usr.bin/ssh/sftp/Makefile index 1f05efde47cc..c390af587627 100644 --- a/usr.bin/ssh/sftp/Makefile +++ b/usr.bin/ssh/sftp/Makefile @@ -3,7 +3,6 @@ .include PROG= sftp -BINOWN= root BINDIR= /usr/bin MAN= sftp.1 diff --git a/usr.bin/ssh/ssh/Makefile b/usr.bin/ssh/ssh/Makefile index 96d8bf07a782..7e71038e154f 100644 --- a/usr.bin/ssh/ssh/Makefile +++ b/usr.bin/ssh/ssh/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2002/06/24 06:11:12 itojun Exp $ +# $NetBSD: Makefile,v 1.13 2002/08/02 04:05:13 simonb Exp $ .include PROG= ssh -BINOWN= root - LINKS= ${BINDIR}/ssh ${BINDIR}/slogin MAN= ssh.1 ssh_config.5 MLINKS= ssh.1 slogin.1