]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/libproc/test/t3-name2sym/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>