Files
netbsd/crypto/external/bsd/openssh/bin/ssh-keyscan/Makefile
2013-04-06 16:48:33 +02:00

10 lines
161 B
Makefile

# $NetBSD: Makefile,v 1.1 2009/06/07 22:38:45 christos Exp $
BINDIR= /usr/bin
PROG= ssh-keyscan
SRCS= ssh-keyscan.c
MAN= ssh-keyscan.1
.include <bsd.prog.mk>