mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
12 lines
195 B
Makefile
12 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>
|