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

LIB=	install
NOPROFILE= yes
NOPIC=	yes
SRCS=	file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
	deps.c version.c

CFLAGS+= ${DEBUG}

WARNS?=	2

install:
	@echo -n

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