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