Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile,v 1.3 2019/02/08 08:55:35 isaki Exp $ .if ${MACHINE} == "x68k" PROG= memswitch SRCS= memswitch.c properties.c methods.c .endif MAN= memswitch.8 MANSUBDIR= /x68k .include <bsd.prog.mk>