]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pkg_install/lib/Makefile
This commit was generated by cvs2svn to compensate for changes in r91586,
[FreeBSD/FreeBSD.git] / usr.sbin / pkg_install / lib / Makefile
1 # $FreeBSD$
2
3 LIB=    install
4 NOPROFILE= yes
5 NOPIC=  yes
6 SRCS=   file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
7         deps.c version.c
8
9 CFLAGS+= ${DEBUG}
10
11 WARNS?= 2
12
13 install:
14         @echo -n
15
16 .include <bsd.lib.mk>