Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
# $NetBSD: Makefile,v 1.2 2013/02/14 01:57:43 christos Exp $ .include "${.CURDIR}/../Makefile.inc" PROG= wire-test DIST= ${IDIST}/wire-test .PATH: ${DIST} SRCS= wire-test.c MAN+= wire-test.8 .include <bsd.prog.mk>