]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/pkg_install/version/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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 WARNS?= 6
9 WFORMAT?=       1
10
11 DPADD=  ${LIBINSTALL} ${LIBFETCH} ${LIBMD}
12 LDADD=  ${LIBINSTALL} -lfetch -lmd
13
14 test:
15         sh ${.CURDIR}/test-pkg_version.sh
16
17 .include <bsd.prog.mk>