NetBSD/usr.bin/ssh/ssh-agent/Makefile
lukem 4d41fe6044 Style/consistency cleanup:
* libcrypto & libz are provided by ../Makefile.inc
* <bsd.own.mk> isn't required by most of these
* be consistent in the layout
2005-01-03 06:05:50 +00:00

7 lines
117 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/01/03 06:05:50 lukem Exp $
PROG= ssh-agent
SRCS= ssh-agent.c
.include <bsd.prog.mk>