]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/pkg/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / pkg / Makefile
1 # $FreeBSD$
2
3 PROG=   pkg
4 SRCS=   pkg.c dns_utils.c
5
6 NO_MAN= yes
7 DPADD=  ${LIBARCHIVE} ${LIBELF} ${LIBFETCH}
8 LDADD=  -larchive -lelf -lfetch
9
10 .include <bsd.prog.mk>