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