Deleted Added
full compact
Makefile (201390) Makefile (207113)
1# $FreeBSD: head/usr.sbin/pkg_install/version/Makefile 201390 2010-01-02 11:07:44Z ed $
1# $FreeBSD: head/usr.sbin/pkg_install/version/Makefile 207113 2010-04-23 11:07:43Z flz $
2
3PROG= pkg_version
4SRCS= main.c perform.c
5
2
3PROG= pkg_version
4SRCS= main.c perform.c
5
6CFLAGS+= -I${.CURDIR}/../lib
7
8WFORMAT?= 1
9
6WFORMAT?= 1
7
10DPADD= ${LIBINSTALL} ${LIBFETCH} ${LIBMD}
11LDADD= ${LIBINSTALL} -lfetch -lmd
12
13test:
14 sh ${.CURDIR}/test-pkg_version.sh
15
16.include <bsd.prog.mk>
8test:
9 sh ${.CURDIR}/test-pkg_version.sh
10
11.include <bsd.prog.mk>