Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile,v 1.19 2011/08/28 08:20:58 christos Exp $ # @(#)Makefile 8.3 (Berkeley) 5/8/95 .include <bsd.own.mk> PROG= df LDADD+=-lutil DPADD+=${LIBUTIL} .include <bsd.prog.mk>