Expand PMF_FN_* macros.
[netbsd-mini2440.git] / crypto / dist / heimdal / appl / rsh / Makefile.am
blob73ec27f8f249c772b45bd556ea14292629c5e352
1 # $Heimdal: Makefile.am 20466 2007-04-20 08:29:05Z lha $
2 # $NetBSD$
4 include $(top_srcdir)/Makefile.am.common
6 AM_CPPFLAGS += $(INCLUDE_krb4) -I$(srcdir)/../login
8 bin_PROGRAMS = rsh
10 man_MANS = rsh.1 rshd.8
12 libexec_PROGRAMS = rshd
14 rsh_SOURCES  = rsh.c common.c rsh_locl.h
16 rshd_SOURCES = rshd.c common.c login_access.c limits_conf.c rsh_locl.h
18 login_access.c:
19         $(LN_S) $(srcdir)/../login/login_access.c .
21 limits_conf.c:
22         $(LN_S) $(srcdir)/../login/limits_conf.c .
24 LDADD = $(LIB_kafs) \
25         $(LIB_krb5) \
26         $(LIB_krb4) \
27         $(LIB_hcrypto) \
28         $(LIB_roken)
30 EXTRA_DIST = $(man_MANS)