freebsd_amp_hwpstate/crypto/openssh/ssh-keygen/Makefile

19 lines
248 B
Makefile
Raw Normal View History

2002-03-18 09:55:03 +00:00
# $OpenBSD: Makefile,v 1.21 2001/06/27 19:29:16 markus Exp $
2000-02-24 14:29:47 +00:00
.PATH: ${.CURDIR}/..
PROG= ssh-keygen
BINOWN= root
BINMODE?=555
BINDIR= /usr/bin
MAN= ssh-keygen.1
SRCS= ssh-keygen.c
2000-02-24 14:29:47 +00:00
.include <bsd.prog.mk>
LDADD+= -lcrypto
DPADD+= ${LIBCRYPTO}