]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libproc/test/t2-name2map/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libproc / test / t2-name2map / Makefile
1 # $FreeBSD$
2
3 PROG=   t2-name2map
4
5 SRCS=   t2-name2map.c
6
7 LDADD=  -lproc -lelf -lrtld_db -lutil
8 DPADD=  ${LIBPROC} ${LIBELF}
9
10 WITHOUT_MAN=
11
12 .include <bsd.prog.mk>