]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/appl/rsh/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 / rsh / 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 += $(INCLUDE_krb4) -I$(srcdir)/../login
6
7 bin_PROGRAMS = rsh
8
9 man_MANS = rsh.1 rshd.8
10
11 libexec_PROGRAMS = rshd
12
13 rsh_SOURCES  = rsh.c common.c rsh_locl.h
14
15 rshd_SOURCES = rshd.c common.c login_access.c limits_conf.c rsh_locl.h
16
17 login_access.c:
18         $(LN_S) $(srcdir)/../login/login_access.c .
19
20 limits_conf.c:
21         $(LN_S) $(srcdir)/../login/limits_conf.c .
22
23 LDADD = $(LIB_kafs) \
24         $(LIB_krb5) \
25         $(LIB_krb4) \
26         $(LIB_hcrypto) \
27         $(LIB_roken)
28
29 EXTRA_DIST = $(man_MANS)