Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# $NetBSD: Makefile,v 1.5 2005/12/11 12:19:29 christos Exp $ SA_PROG= ufsboot # Regular local source SRCS= conf.c # Build these locally SRCS+= ufs.c PROG= ${SA_PROG} NOMAN= # defined .include <bsd.prog.mk> .PATH: ${S}/lib/libsa DEFS+= -DCOMPAT_UFS