Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
# $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>