1 2.include <src.opts.mk> 3 4PROG= xregs_sig 5SRCS= xregs_sig.c c2x2c_${MACHINE_CPUARCH}.S 6 7MAN= 8 9LIBADD= pthread 10 11.include <bsd.prog.mk> 12