Merge from vendor branch CVS:
[dragonfly.git] / usr.sbin / pkg_install / lib / Makefile
1 # $FreeBSD: src/usr.sbin/pkg_install/lib/Makefile,v 1.16 2004/07/28 07:19:15 kan Exp $
2 # $DragonFly: src/usr.sbin/pkg_install/lib/Attic/Makefile,v 1.4 2004/07/30 04:46:13 dillon Exp $
3
4 LIB=    install
5 INTERNALLIB= YES
6 SRCS=   file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
7         deps.c version.c pkgwrap.c url.c
8
9 CFLAGS+= ${DEBUG}
10
11 WARNS?= 3
12 WFORMAT?=       1
13
14 .include <bsd.lib.mk>