Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile,v 1.15 2005/06/27 01:00:05 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 .include <bsd.own.mk> PROG= badsect SRCS= badsect.c ffs_bswap.c MAN= badsect.8 .PATH: ${NETBSDSRCDIR}/sys/ufs/ffs .include <bsd.prog.mk>