blob: 84a41b8d7f156c33b5918f7d535b4e523d98be14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# $FreeBSD$
LIB= install
INTERNALLIB=
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
WARNS?= 3
WFORMAT?= 1
.include <bsd.lib.mk>
|