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