mirror of
https://github.com/openssh/libopenssh
synced 2026-04-16 09:45:53 +00:00
16 lines
256 B
Makefile
16 lines
256 B
Makefile
# $OpenBSD: Makefile,v 1.24 2010/02/09 08:55:31 markus Exp $
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
PROG= ssh-proxy
|
|
|
|
BINDIR= /usr/sbin
|
|
NOMAN= yes
|
|
|
|
SRCS= ssh-proxy.c readconf.c
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
DPADD+= ${LIBCRYPTO} ${LIBZ} ${LIBEVENT}
|
|
LDADD+= -lcrypto -lz -levent
|