Don't set BINOWN if using the default BINMODE.

This commit is contained in:
simonb 2002-08-02 04:05:13 +00:00
parent d64a7f44ce
commit cb9c117389
2 changed files with 1 additions and 4 deletions

View File

@ -3,7 +3,6 @@
.include <bsd.own.mk>
PROG= sftp
BINOWN= root
BINDIR= /usr/bin
MAN= sftp.1

View File

@ -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 <bsd.own.mk>
PROG= ssh
BINOWN= root
LINKS= ${BINDIR}/ssh ${BINDIR}/slogin
MAN= ssh.1 ssh_config.5
MLINKS= ssh.1 slogin.1