Deleted Added
full compact
Makefile (133596) Makefile (136910)
1# $FreeBSD: head/usr.sbin/pkg_install/lib/Makefile 133596 2004-08-12 20:06:01Z ru $
1# $FreeBSD: head/usr.sbin/pkg_install/lib/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3LIB= install
2
3LIB= install
4INTERNALLIB= YES
4INTERNALLIB=
5SRCS= 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
7
8WARNS?= 3
9WFORMAT?= 1
10
11.include <bsd.lib.mk>
5SRCS= 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
7
8WARNS?= 3
9WFORMAT?= 1
10
11.include <bsd.lib.mk>