]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/pkg_install/lib/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.sbin / pkg_install / lib / Makefile
1 # $FreeBSD$
2
3 LIB=    install
4 INTERNALLIB=
5 SRCS=   file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
6         deps.c version.c pkgwrap.c url.c pkgng.c
7
8 WARNS?= 3
9 WFORMAT?=       1
10
11 .include <bsd.lib.mk>