Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile,v 1.4 2019/04/06 10:37:57 pgoyette Exp $ # Original from FreeBSD, no rcs id. PROG= pkg_create SRCS= main.c perform.c pl.c util.c build.c .include <bsd.init.mk> .PATH: ${DIST}/create .include <bsd.prog.mk>