84af88e97a
- KNF, ANSIfy, misc cosmetics note: this is small shell, not secure shell.
9 lines
161 B
Makefile
9 lines
161 B
Makefile
# $NetBSD: Makefile,v 1.8 2011/05/19 22:12:35 tsutsui Exp $
|
|
# Small Shell (i.e. for boot media)
|
|
|
|
WARNS?= 4
|
|
PROG= ssh
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.prog.mk>
|