]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/appl/telnet/telnetd/Makefile.am
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / appl / telnet / telnetd / Makefile.am
1 # $Id: Makefile.am 20466 2007-04-20 08:29:05Z lha $
2
3 include $(top_srcdir)/Makefile.am.common
4
5 AM_CPPFLAGS += -I$(srcdir)/.. $(INCLUDE_krb4) $(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_krb4) \
20         $(LIB_hcrypto) \
21         $(LIB_tgetent) \
22         $(LIB_logwtmp) \
23         $(LIB_logout) \
24         $(LIB_openpty) \
25         $(LIB_kdfs) \
26         $(LIB_roken)
27
28 EXTRA_DIST = $(man_MANS)