Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile,v 1.5 2009/12/13 05:01:33 nakayama Exp $ .if ${MACHINE} == "sparc" PROG= tadpolectl SRCS= tadpolectl.c .endif MAN= tadpolectl.8 MANSUBDIR= /sparc .include <bsd.prog.mk>