Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
# $NetBSD: Makefile,v 1.3 2009/04/22 15:23:06 lukem Exp $ # PROG= mount_9p SRCS= ninepuffs.c ninebuf.c nineproto.c fs.c node.c subr.c LDADD+= -lpuffs -lutil MAN= mount_9p.8 .include <bsd.prog.mk>