Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
# $NetBSD: Makefile,v 1.3 2017/04/20 13:18:47 joerg Exp $ # Original from FreeBSD, no rcs id. PROG= pkg_add SRCS= main.c perform.c .include <bsd.init.mk> .PATH: ${DIST}/add CPPFLAGS+= -DPKGSRC_MACHINE_ARCH=\"${MACHINE_ARCH}\" .include <bsd.prog.mk>