usched: Allow process to change self cpu affinity
[dragonfly.git] / lib / libtelnet / Makefile
blob17b985361c01c4b74859b3ac5155fc0c77979601
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 $
4 LIB= telnet
6 INTERNALLIB=
8 SRCS= genget.c getent.c misc.c
10 WARNS?= 2
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
18 .include <bsd.lib.mk>