12acd1880SJohn Birrell# $FreeBSD$ 22acd1880SJohn Birrell 32acd1880SJohn BirrellLIB= proc 42acd1880SJohn Birrell 5*8eb20f36SRui PauloSRCS= proc_bkpt.c \ 62acd1880SJohn Birrell proc_create.c \ 7*8eb20f36SRui Paulo proc_regs.c \ 82acd1880SJohn Birrell proc_sym.c \ 9*8eb20f36SRui Paulo proc_rtld.c \ 102acd1880SJohn Birrell proc_util.c 112acd1880SJohn Birrell 122acd1880SJohn BirrellINCS= libproc.h 132acd1880SJohn Birrell 1413c89dbfSRuslan ErmilovCFLAGS+= -I${.CURDIR} 152acd1880SJohn Birrell 163ca3047aSKen SmithSHLIB_MAJOR= 2 172acd1880SJohn Birrell 1813c89dbfSRuslan ErmilovWITHOUT_MAN= 192acd1880SJohn Birrell 202acd1880SJohn Birrell.include <bsd.lib.mk> 21