Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9
# $NetBSD: Makefile,v 1.2 2007/10/05 07:27:41 lukem Exp $ PROG= audiorecord SRCS= record.c DPADD+= ${LIBUTIL} LDADD+= -lutil .include <bsd.prog.mk>