summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2001-02-05 17:47:18 +0000
committerTar Committer <tar@ocjtech.us>2001-02-05 17:47:18 +0000
commitb88919bea4b222a616adbdd2b82fc262a14afc8d (patch)
treea75da71b0e2f905f35d2d7cbfd161df97a3d2c63 /Makefile.in
parent25c2b7c2c8a333b276c3499bcce004137d4b4fe0 (diff)
downloadrancid-b88919bea4b222a616adbdd2b82fc262a14afc8d.tar.gz
rancid-b88919bea4b222a616adbdd2b82fc262a14afc8d.tar.xz
rancid-b88919bea4b222a616adbdd2b82fc262a14afc8d.zip
Imported from rancid-2.1.tar.gz.rancid-2.1
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in21
1 files changed, 11 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index c79ec4f..0030e35 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -61,25 +61,34 @@ AUTOMAKE = @AUTOMAKE@
COMM = @COMM@
CVS = @CVS@
DIFF = @DIFF@
+DIFF_CMD = @DIFF_CMD@
DIRNAME = @DIRNAME@
ENV_PATH = @ENV_PATH@
EXPECT_PATH = @EXPECT_PATH@
+FIND = @FIND@
+GREP = @GREP@
+ID = @ID@
INST_PROGS = @INST_PROGS@
LG_PING_CMD = @LG_PING_CMD@
+MAILPLUS = @MAILPLUS@
MAINT = @MAINT@
MAKE = @MAKE@
MAKEINFO = @MAKEINFO@
MKDIR = @MKDIR@
PACKAGE = @PACKAGE@
+PERLV = @PERLV@
PERLV_PATH = @PERLV_PATH@
PING_PATH = @PING_PATH@
RD_BIN_DATAS = @RD_BIN_DATAS@
RD_BIN_PROGS = @RD_BIN_PROGS@
RD_UTIL_LG_PROGS = @RD_UTIL_LG_PROGS@
RD_UTIL_PROGS = @RD_UTIL_PROGS@
+RSH = @RSH@
SENDMAIL = @SENDMAIL@
SORT = @SORT@
+SSH = @SSH@
TAR = @TAR@
+TELNET = @TELNET@
TOUCH = @TOUCH@
UCBMAIL = @UCBMAIL@
VERSION = @VERSION@
@@ -92,7 +101,7 @@ EXTRA_DIST = CHANGES README Todo cloginrc.sample configure install-sh mkinstall
# '.' is here (and at the beginnging of the macro) so that distclean-recursive
# will run make distclean in . after the other dirs (preserving Makefile.inc)
-SUBDIRS = . bin util
+SUBDIRS = . bin man util
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
@@ -177,14 +186,6 @@ tags-recursive:
tags: TAGS
-ID: $(HEADERS) $(SOURCES) $(LISP)
- list='$(SOURCES) $(HEADERS)'; \
- unique=`for i in $$list; do echo $$i; done | \
- awk ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- here=`pwd` && cd $(srcdir) \
- && mkid -f$$here/ID $$unique $(LISP)
-
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
tags=; \
here=`pwd`; \
@@ -344,7 +345,7 @@ mostlyclean distclean maintainer-clean
all:
install-exec-local:
- $(mkinstalldirs) $(prefix) $(prefix)/bin $(prefix)/util $(prefix)/util/lg
+ $(mkinstalldirs) $(prefix) $(prefix)/bin $(prefix)/man $(prefix)/util $(prefix)/util/lg
install:
for file in CHANGES README cloginrc.sample ; do \