]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/pkg_install/version/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / pkg_install / version / Makefile
1 # $FreeBSD$
2
3 PROG=   pkg_version
4 SRCS=   main.c perform.c
5
6 CFLAGS+= -I${.CURDIR}/../lib
7
8 WFORMAT?=       1
9
10 DPADD=  ${LIBINSTALL} ${LIBFETCH} ${LIBMD}
11 LDADD=  ${LIBINSTALL} -lfetch -lmd
12
13 test:
14         sh ${.CURDIR}/test-pkg_version.sh
15
16 .include <bsd.prog.mk>