NetBSD/distrib/utils/ssh/Makefile
lukem dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00

10 lines
153 B
Makefile

# $NetBSD: Makefile,v 1.2 1999/02/13 02:54:18 lukem Exp $
# Small Shell (i.e. for boot media)
PROG= ssh
MKMAN= no
all: ${PROG}
.include <bsd.prog.mk>