summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/delete/Makefile
blob: c346ea705d7968cb7d880e73ce44ab82248dea70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PROG=	pkg_delete
SRCS=	main.c perform.c

CFLAGS+= -I${.CURDIR}/../lib

WARNS?=	6
WFORMAT?=	1

DPADD=	${LIBINSTALL} ${LIBMD}
LDADD=	${LIBINSTALL} -lmd

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud