Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9
# $NetBSD: Makefile,v 1.8 1997/07/20 22:37:23 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= mt SRCS= mt.c LDADD+= -lrmt DPADD+= ${LIBRMT} .include <bsd.prog.mk>