Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# $FreeBSD$ PROG= fifolog_writer CFLAGS+= -I${.CURDIR:H}/lib MAN= LIBADD= fifolog regress: date | ./${PROG} -z 0 /tmp/fifolog.0 lptest 65 | ./${PROG} -z 9 /tmp/fifolog.1 .include <bsd.prog.mk>