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 17
#$FreeBSD$ LIB= heimipcs PRIVATELIB= LIBADD= heimbase roken pthread SRCS= \ server.c \ common.c CFLAGS+= -I${KRB5DIR}/lib/roken \ -I${KRB5DIR}/base \ -I${KRB5DIR}/lib/ipc -I. .include <bsd.lib.mk> .PATH: ${KRB5DIR}/lib/ipc