aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff/Makefile.lib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/Makefile.lib')
-rw-r--r--contrib/groff/Makefile.lib20
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/groff/Makefile.lib b/contrib/groff/Makefile.lib
deleted file mode 100644
index 62a82221109d..000000000000
--- a/contrib/groff/Makefile.lib
+++ /dev/null
@@ -1,20 +0,0 @@
-LIBCLEAN=lib$(LIB).$(LIBEXT)
-MAKEFILEPARTS=\
- $(top_srcdir)/Makefile.comm \
- $(top_builddir)/Makefile.cfg \
- $(srcdir)/Makefile.sub \
- $(top_srcdir)/Makefile.lib \
- Makefile.dep
-
-all: lib$(LIB).$(LIBEXT)
-
-lib$(LIB).$(LIBEXT): $(OBJS)
- $(AR) r $@ $?
- $(RANLIB) $@
-
-depend: depend_src
-depend.temp: $(GENSRCS)
-TAGS: $(CCSRCS) $(CSRCS)
-Makefile: $(MAKEFILEPARTS)
-Makefile.dep:
- touch Makefile.dep