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