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