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