xref: /netbsd-src/distrib/utils/ssh/Makefile (revision 84af88e97a779695dc3a543146efa74196cc6cc3)
1# $NetBSD: Makefile,v 1.8 2011/05/19 22:12:35 tsutsui Exp $
2# Small Shell (i.e. for boot media)
3
4WARNS?=		4
5PROG=		ssh
6NOMAN=		# defined
7
8.include <bsd.prog.mk>
9