Don't set BINOWN if using the default BINMODE.
This commit is contained in:
parent
d64a7f44ce
commit
cb9c117389
@ -3,7 +3,6 @@
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= sftp
|
||||
BINOWN= root
|
||||
|
||||
BINDIR= /usr/bin
|
||||
MAN= sftp.1
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user