summaryrefslogtreecommitdiff
path: root/distrib/utils/ssh/Makefile
blob: 98bf174717ecb51b5854954869bfeaea014228e0 (plain)
1
2
3
4
5
6
7
8
9
# $NetBSD: Makefile,v 1.1.1.1 1995/10/08 23:08:46 gwr Exp $
# Small Shell (i.e. for boot media)

PROG=	ssh
NOMAN=

all: ${PROG}

.include <bsd.prog.mk>