Deleted Added
full compact
Makefile (103162) Makefile (106491)
1# $FreeBSD: head/usr.sbin/pkg_install/lib/Makefile 103162 2002-09-09 22:59:06Z sobomax $
1# $FreeBSD: head/usr.sbin/pkg_install/lib/Makefile 106491 2002-11-06 08:57:03Z obrien $
2
3LIB= install
4INTERNALLIB= YES
5SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
2
3LIB= install
4INTERNALLIB= YES
5SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
6 deps.c version.c pkgwrap.c
6 deps.c version.c pkgwrap.c url.c
7
8CFLAGS+= ${DEBUG}
9
10WARNS?= 2
11
12.include <bsd.lib.mk>
7
8CFLAGS+= ${DEBUG}
9
10WARNS?= 2
11
12.include <bsd.lib.mk>