NetBSD/distrib/utils/ssh/Makefile
tsutsui 84af88e97a - WARNSfy
- KNF, ANSIfy, misc cosmetics

note: this is small shell, not secure shell.
2011-05-19 22:12:35 +00:00

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>