nfs: fix real/effective id mismatch in nfs_access
[dragonfly.git] / lib / libtelnet / Makefile
blob3256a7da482a7b27406a3c59eef0bea464130349
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 # $DragonFly: src/lib/libtelnet/Makefile,v 1.3 2005/04/20 20:07:19 joerg Exp $
5 LIB= telnet
7 INTERNALLIB=
9 SRCS= genget.c getent.c misc.c
11 WARNS?= 2
13 .if !defined(NO_OPENSSL)
14 SRCS+= encrypt.c auth.c enc_des.c sra.c pk.c
15 CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DSRA
16 .endif
18 .include <bsd.lib.mk>