Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile,v 1.3 2020/03/01 20:59:53 christos Exp $ BINOWN= root BINMODE=4555 BINDIR= /usr/libexec PROG= ssh-keysign SRCS= ssh-keysign.c readconf.c MAN= ssh-keysign.8 .include <bsd.prog.mk>