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