summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/Makefile.lib
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/Makefile.lib')
-rw-r--r--gnu/usr.bin/groff/Makefile.lib14
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/Makefile.lib b/gnu/usr.bin/groff/Makefile.lib
new file mode 100644
index 0000000..019ba6a
--- /dev/null
+++ b/gnu/usr.bin/groff/Makefile.lib
@@ -0,0 +1,14 @@
+LIBCLEAN=lib$(LIB).a
+MAKEFILEPARTS=$(srcdir)/../Makefile.comm ../Makefile.cfg \
+ $(srcdir)/Makefile.sub $(srcdir)/../Makefile.lib $(srcdir)/Makefile.dep
+
+all: lib$(LIB).a
+
+lib$(LIB).a: $(OBJS)
+ $(AR) r $@ $?
+ $(RANLIB) $@
+
+depend: depend_src
+depend.temp: $(GENSRCS)
+TAGS: $(CCSRCS) $(CSRCS)
+Makefile: $(MAKEFILEPARTS)
OpenPOWER on IntegriCloud