summaryrefslogtreecommitdiffstats
path: root/src/slave/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/slave/Makefile.in')
-rw-r--r--src/slave/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/slave/Makefile.in b/src/slave/Makefile.in
index 4d2354086b..c4098e672f 100644
--- a/src/slave/Makefile.in
+++ b/src/slave/Makefile.in
@@ -33,12 +33,6 @@ install::
$(DESTDIR)$(SERVER_BINDIR)/`echo $$f|sed '$(transform)'`; \
done
-install-oldman::
- for f in kprop kpropd kproplog; do \
- $(INSTALL_DATA) $(srcdir)/$$f.M \
- ${DESTDIR}$(SERVER_MANDIR)/`echo $$f|sed '$(transform)'`.8; \
- done
-
clean::
$(RM) $(CLIENTOBJS) $(SERVEROBJS) $(LOGOBJS)