summaryrefslogtreecommitdiff
path: root/devel/got/files/openbsd-compat/Makefile
blob: ab835f0c428503cff8b060336bc82b77e254e15e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIB=	openbsd-compat
INTERNALLIB=

SRCS=	freezero.c \
	getdtablecount.c \
	imsg.c \
	imsg-buffer.c \
	recallocarray.c \
	siphash.c

CFLAGS+= -I${.CURDIR}

.include <bsd.lib.mk>