003 File Manager
Current Path:
/usr/src/crypto/heimdal/appl/rsh
usr
/
src
/
crypto
/
heimdal
/
appl
/
rsh
/
📁
..
📄
ChangeLog
(14.74 KB)
📄
Makefile.am
(518 B)
📄
Makefile.in
(35.05 KB)
📄
common.c
(4.73 KB)
📄
limits_conf.c
(5.82 KB)
📄
login_access.c
(8.63 KB)
📄
rsh.1
(6.79 KB)
📄
rsh.c
(23.85 KB)
📄
rsh_locl.h
(4.03 KB)
📄
rshd.8
(4.54 KB)
📄
rshd.c
(24.28 KB)
Editing: Makefile.am
# $Id$ include $(top_srcdir)/Makefile.am.common AM_CPPFLAGS += -I$(srcdir)/../login $(INCLUDE_hcrypto) bin_PROGRAMS = rsh man_MANS = rsh.1 rshd.8 libexec_PROGRAMS = rshd rsh_SOURCES = rsh.c common.c rsh_locl.h rshd_SOURCES = rshd.c common.c login_access.c limits_conf.c rsh_locl.h login_access.c: $(LN_S) $(srcdir)/../login/login_access.c . limits_conf.c: $(LN_S) $(srcdir)/../login/limits_conf.c . LDADD = $(LIB_kafs) \ $(LIB_krb5) \ $(LIB_hcrypto) \ $(LIB_roken) EXTRA_DIST = NTMakefile $(man_MANS)
Upload File
Create Folder