]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libopenbsd/Makefile
Upgrade to OpenSSH 7.8p1.
[FreeBSD/FreeBSD.git] / lib / libopenbsd / Makefile
1 # $FreeBSD$
2
3 PACKAGE=lib${LIB}
4 LIB=    openbsd
5 SRCS=   getdtablecount.c \
6         imsg-buffer.c \
7         imsg.c \
8         ohash.c
9 INTERNALLIB=
10
11 CFLAGS+= -I${.CURDIR}
12
13 WARNS=  3
14
15 .include <bsd.lib.mk>