]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/pkg_install/info/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / pkg_install / info / Makefile
1 # $FreeBSD$
2
3 PROG=   pkg_info
4 SRCS=   main.c perform.c show.c
5
6 CFLAGS+= -I${.CURDIR}/../lib
7
8 WFORMAT?=       1
9
10 DPADD=  ${LIBINSTALL} ${LIBFETCH} ${LIBMD}
11 LDADD=  ${LIBINSTALL} -lfetch -lmd
12
13 .include <bsd.prog.mk>