# $FreeBSD: src/usr.sbin/pkg_install/lib/Makefile,v 1.12 2002/05/13 11:24:03 ru Exp $

LIB=	install
INTERNALLIB= YES
SRCS=	depend.c entry.c exec.c file.c filedb.c manager.c \
	str.c msg.c package.c plist.c show.c which.c

CFLAGS+= ${DEBUG}

WARNS?=	2

.include <bsd.lib.mk>

