11 lines
185 B
Makefile
11 lines
185 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/08/10 12:20:12 joerg Exp $
|
|
|
|
BINDIR= /usr/bin
|
|
|
|
PROG= ssh-keygen
|
|
SRCS= ssh-keygen.c moduli.c
|
|
|
|
COPTS.ssh-keygen.c= -Wno-pointer-sign
|
|
|
|
.include <bsd.prog.mk>
|