]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/pkg_install/info/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>