freebsd-dev/usr.sbin/pkg_install/lib/Makefile
David E. O'Brien d920cd78f4 Break fileGetURL() out into its own file so that pkg_install/lib consumers
pkg_{create,delete} don't need to needlessly link with libfetch.
2002-11-06 08:57:03 +00:00

13 lines
195 B
Makefile

# $FreeBSD$
LIB= install
INTERNALLIB= YES
SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
deps.c version.c pkgwrap.c url.c
CFLAGS+= ${DEBUG}
WARNS?= 2
.include <bsd.lib.mk>