10 lines
152 B
Makefile
10 lines
152 B
Makefile
# $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>
|