summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/rsh/Makefile.am
blob: 3c340ad7fa0b7d0bbf7826582e3b9affe590c388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Id: Makefile.am,v 1.15 2000/11/15 22:51:10 assar Exp $

include $(top_srcdir)/Makefile.am.common

INCLUDES += $(INCLUDE_krb4)

bin_PROGRAMS = rsh

libexec_PROGRAMS = rshd

rsh_SOURCES  = rsh.c common.c rsh_locl.h

rshd_SOURCES = rshd.c common.c rsh_locl.h

LDADD = $(LIB_kafs) \
	$(LIB_krb5) \
	$(LIB_krb4) \
	$(LIB_des) \
	$(LIB_roken)
OpenPOWER on IntegriCloud