build - Remove openssl from base (is now permanently replaced by ressl)
[dragonfly.git] / lib / libtelnet / Makefile
1 #       From: @(#)Makefile      8.2 (Berkeley) 12/15/93
2 # $FreeBSD: src/lib/libtelnet/Makefile,v 1.25 2009/02/26 21:43:15 ed Exp $
3
4 LIB=            telnet
5
6 INTERNALLIB=
7
8 SRCS=           genget.c getent.c misc.c
9
10 WARNS?=         2
11
12 .if !defined(NO_CRYPT)
13 SRCS+=          encrypt.c auth.c enc_des.c sra.c pk.c
14 CFLAGS+=        -DENCRYPTION -DAUTHENTICATION -DSRA
15 CFLAGS+=        -I${.CURDIR}/../../crypto/libressl/include
16 .endif
17
18 .include <bsd.lib.mk>