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.1 2017/01/07 19:51:21 christos Exp $ LIBISPRIVATE=yes .include <bsd.init.mk> LIB=xfrd SRCS=\ remote.c \ xfrd.c \ xfrd-disk.c \ xfrd-notify.c \ xfrd-tcp.c COPTS.xfrd-tcp.c+=-Wno-stack-protector .include <bsd.lib.mk>