opnsense-src/usr.sbin/pkg_install/lib/Makefile
Alexander Kabaev 617e8b416d Downgrade WARNS level to more tolerable value. Attempt to fix
casts as lvalue usage whenever possible.
2004-07-28 07:19:15 +00:00

13 lines
207 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?= 3
WFORMAT?= 1
.include <bsd.lib.mk>