NetBSD/distrib/utils/ssh/Makefile

12 lines
182 B
Makefile

# $NetBSD: Makefile,v 1.4 2000/05/18 01:10:25 matt Exp $
# Small Shell (i.e. for boot media)
PROG= ssh
MKMAN= no
COPTS+= -Os
LDSTATIC?=-static
all: ${PROG}
.include <bsd.prog.mk>