]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/appl/telnet/telnetd/Makefile.am
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / appl / telnet / telnetd / Makefile.am
1 # $Id$
2
3 include $(top_srcdir)/Makefile.am.common
4
5 AM_CPPFLAGS += -I$(srcdir)/.. $(INCLUDE_hcrypto)
6
7 libexec_PROGRAMS = telnetd
8
9 CHECK_LOCAL = 
10
11 telnetd_SOURCES  = telnetd.c state.c termstat.c slc.c sys_term.c \
12                    utility.c global.c authenc.c defs.h ext.h telnetd.h
13
14 man_MANS = telnetd.8
15
16 LDADD = \
17         ../libtelnet/libtelnet.a \
18         $(LIB_krb5) \
19         $(LIB_hcrypto) \
20         $(LIB_tgetent) \
21         $(LIB_logwtmp) \
22         $(LIB_logout) \
23         $(LIB_openpty) \
24         $(LIB_kdfs) \
25         $(LIB_roken)
26
27 EXTRA_DIST = NTMakefile $(man_MANS)