mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 03:31:06 +01:00
c6db8143ed
Reduce overlinking
12 lines
227 B
Makefile
12 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pkg
|
|
SRCS= pkg.c dns_utils.c config.c
|
|
MAN= pkg.7
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../contrib/libucl/include
|
|
.PATH: ${.CURDIR}/../../contrib/libucl/include
|
|
LIBADD= archive fetch ucl sbuf crypto
|
|
|
|
.include <bsd.prog.mk>
|