Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# $NetBSD: Makefile,v 1.10 2016/09/17 17:09:10 christos Exp $ # NOMAN= # defined .include <bsd.init.mk> PROG=txlt CLEANFILES+= txlt.c .ifndef HOSTPROG LDADD+= -ll DPADD+= ${LIBL} .endif .include <bsd.prog.mk>