Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile,v 1.6 2008/07/24 05:21:12 dholland Exp $ SRCS= atactl.c PROG= atactl MAN= atactl.8 LDADD+=-lutil DPADD+=${LIBUTIL} .include <bsd.prog.mk>