10 lines
195 B
Makefile
10 lines
195 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2000/07/25 16:32:24 thorpej Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if defined(SSHDIST)
|
||
|
SUBDIR= libssh ssh sshd ssh-add ssh-keygen ssh-agent scp
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|