Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
# $NetBSD: Makefile,v 1.7 2002/09/18 03:54:32 lukem Exp $ .include <bsd.own.mk> .if ${MACHINE} == "atari" || ${MACHINE} == "amiga" PROG=iteconfig CPPFLAGS+=-I${NETBSDSRCDIR}/sys/arch -D${MACHINE} .endif MAN= iteconfig.8 .include <bsd.prog.mk>