4d41fe6044
* libcrypto & libz are provided by ../Makefile.inc * <bsd.own.mk> isn't required by most of these * be consistent in the layout
10 lines
176 B
Makefile
10 lines
176 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/01/03 06:05:50 lukem Exp $
|
|
|
|
PROG= sftp-server
|
|
SRCS= sftp-server.c sftp-common.c
|
|
MAN= sftp-server.8
|
|
|
|
BINDIR= /usr/libexec
|
|
|
|
.include <bsd.prog.mk>
|