Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $NetBSD: Makefile,v 1.11 2013/03/29 18:53:21 rkujawa Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 WARNS?=2 USE_FORT?= yes # network client PROG= tftp SRCS= main.c tftp.c tftpsubs.c .include <bsd.prog.mk>